diff options
Diffstat (limited to '3673/CH3/EX3.a.5/Example_a_3_5.sce')
-rw-r--r-- | 3673/CH3/EX3.a.5/Example_a_3_5.sce | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/3673/CH3/EX3.a.5/Example_a_3_5.sce b/3673/CH3/EX3.a.5/Example_a_3_5.sce new file mode 100644 index 000000000..691a759e0 --- /dev/null +++ b/3673/CH3/EX3.a.5/Example_a_3_5.sce @@ -0,0 +1,6 @@ +//Example_a_3_5 page no:135
+clc;
+Vab=(4+3)/(0.05+0.2+0.17);
+Rab=(((18.75*5)/(18.75+5))*6)/(((18.75*5)/(18.75+5))+6);
+disp(Vab,"the thevenin voltage is (in V)");
+disp(Rab,"the thevenin resistance is (in ohm)");
|