diff options
Diffstat (limited to '3673/CH3/EX3.a.22/Example_a_3_22.sce')
-rw-r--r-- | 3673/CH3/EX3.a.22/Example_a_3_22.sce | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/3673/CH3/EX3.a.22/Example_a_3_22.sce b/3673/CH3/EX3.a.22/Example_a_3_22.sce new file mode 100644 index 000000000..3a2a115a4 --- /dev/null +++ b/3673/CH3/EX3.a.22/Example_a_3_22.sce @@ -0,0 +1,10 @@ +//Example_a_3_22 page no:150
+clc;
+V=4;
+R1=2;
+R2=3;
+Vx=V/0.8;
+Isc=V/(R1+R2);
+Rth=Vx/Isc;
+disp(Vx,"the thevenin voltage is (in V)");
+disp(Rth,"the thevenin resistance is (in ohm)");
|