summaryrefslogtreecommitdiff
path: root/3673/CH3/EX3.a.3/Example_a_3_3.sce
diff options
context:
space:
mode:
Diffstat (limited to '3673/CH3/EX3.a.3/Example_a_3_3.sce')
-rw-r--r--3673/CH3/EX3.a.3/Example_a_3_3.sce14
1 files changed, 14 insertions, 0 deletions
diff --git a/3673/CH3/EX3.a.3/Example_a_3_3.sce b/3673/CH3/EX3.a.3/Example_a_3_3.sce
new file mode 100644
index 000000000..61902dafa
--- /dev/null
+++ b/3673/CH3/EX3.a.3/Example_a_3_3.sce
@@ -0,0 +1,14 @@
+//Example_a_3_3 page no:132
+clc;
+Rab=(20*40)/(20+40);
+Rth=Rab;
+Rn=Rab;
+I=(50-10)/(40+20);
+Vth=10+(I*20);
+I1=10/20;
+I2=50/40;
+In=I1+I2;//thevenin voltage varie slightly due to current value I is rounded off in text book
+disp(Vth,"the thevenin voltage is (in V)");
+disp(Rth,"the thevenin resistance is (in ohm)");
+disp(In,"the norton current is (in A)");
+disp(Rn,"the norton resistance is (in ohm)");