diff options
Diffstat (limited to '3673/CH3/EX3.a.14/Example_a_3_14.sce')
-rw-r--r-- | 3673/CH3/EX3.a.14/Example_a_3_14.sce | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/3673/CH3/EX3.a.14/Example_a_3_14.sce b/3673/CH3/EX3.a.14/Example_a_3_14.sce new file mode 100644 index 000000000..d9d2e4a1e --- /dev/null +++ b/3673/CH3/EX3.a.14/Example_a_3_14.sce @@ -0,0 +1,14 @@ +//Example_a_3_14 page no:143
+clc;
+V=10;
+R1=2;
+R2=4;
+R3=3;
+I5=2.14*(4/12);
+Rt=10/2.14
+I2=10/4.67;//in A
+I3=10/9.33;//in A
+I2=1.07*(4/6);//in A
+ratio=10/0.71;
+disp(ratio,"the ration of voltage to current is");
+disp("the ratio is same in both cases and the reciprocity theorem is verified");
|