summaryrefslogtreecommitdiff
path: root/3673/CH3/EX3.a.12/Example_a_3_12.sce
diff options
context:
space:
mode:
Diffstat (limited to '3673/CH3/EX3.a.12/Example_a_3_12.sce')
-rw-r--r--3673/CH3/EX3.a.12/Example_a_3_12.sce8
1 files changed, 8 insertions, 0 deletions
diff --git a/3673/CH3/EX3.a.12/Example_a_3_12.sce b/3673/CH3/EX3.a.12/Example_a_3_12.sce
new file mode 100644
index 000000000..5ab0fcd2e
--- /dev/null
+++ b/3673/CH3/EX3.a.12/Example_a_3_12.sce
@@ -0,0 +1,8 @@
+//Example_a_3_12 page no:141
+clc;
+In1=10;
+In2=20/6;
+In=In1+In2;
+Rab=6;
+disp(In,"the norton current is (in A)");
+disp(Rab,"the norton resistance is (in ohm)");