summaryrefslogtreecommitdiff
path: root/3673/CH3/EX3.a.10/Example_a_3_10.sce
diff options
context:
space:
mode:
Diffstat (limited to '3673/CH3/EX3.a.10/Example_a_3_10.sce')
-rw-r--r--3673/CH3/EX3.a.10/Example_a_3_10.sce12
1 files changed, 12 insertions, 0 deletions
diff --git a/3673/CH3/EX3.a.10/Example_a_3_10.sce b/3673/CH3/EX3.a.10/Example_a_3_10.sce
new file mode 100644
index 000000000..4bdb9807f
--- /dev/null
+++ b/3673/CH3/EX3.a.10/Example_a_3_10.sce
@@ -0,0 +1,12 @@
+//Example_a_3_10 page no:140
+clc;
+I=25;
+R1=5;
+R2=2;
+R3=3;
+R4=4;
+R5=5;
+In=I*(R2/(R2+R3+R4));//norton current
+Rab=(R5*(R4+R3+R2))/(R5+(R4+R3+R2));
+disp(In,"the norton current is (in A)");
+disp(Rab,"the norton resistance is (in ohm)");