diff options
Diffstat (limited to '3673/CH3/EX3.a.23/Example_a_3_23.sce')
-rw-r--r-- | 3673/CH3/EX3.a.23/Example_a_3_23.sce | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/3673/CH3/EX3.a.23/Example_a_3_23.sce b/3673/CH3/EX3.a.23/Example_a_3_23.sce new file mode 100644 index 000000000..1b37d6946 --- /dev/null +++ b/3673/CH3/EX3.a.23/Example_a_3_23.sce @@ -0,0 +1,9 @@ +//Example_a_3_23 page no:151
+clc;
+R=2;
+Vi=-1;
+Voc=-4*Vi;
+Isc=10;
+Rth=Voc/Isc;
+i2=Voc/(Rth+R);
+disp(i2,"the current throught 2 ohm resistor is (in A)");
|