diff options
Diffstat (limited to '196/CH3/EX3.8/example_3_8.sce')
-rwxr-xr-x | 196/CH3/EX3.8/example_3_8.sce | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/196/CH3/EX3.8/example_3_8.sce b/196/CH3/EX3.8/example_3_8.sce new file mode 100755 index 000000000..07b9e410a --- /dev/null +++ b/196/CH3/EX3.8/example_3_8.sce @@ -0,0 +1,10 @@ +//Chapter 3
+//Example 3-8
+//ProbOnO/Pvoltage
+//Page 52,Figure 3-4
+clear;clc;
+//Given
+E1=2;E2=3;E3=1;//input voltage
+R=10*10^3;//in ohm
+Vout=-(E1+E2+E3);
+printf("\n\n Value of o/p voltage = %.4f V \n\n",Vout)
\ No newline at end of file |