summaryrefslogtreecommitdiff
path: root/3673/CH3/EX3.a.24/Example_a_3_24.sce
diff options
context:
space:
mode:
Diffstat (limited to '3673/CH3/EX3.a.24/Example_a_3_24.sce')
-rw-r--r--3673/CH3/EX3.a.24/Example_a_3_24.sce12
1 files changed, 12 insertions, 0 deletions
diff --git a/3673/CH3/EX3.a.24/Example_a_3_24.sce b/3673/CH3/EX3.a.24/Example_a_3_24.sce
new file mode 100644
index 000000000..d77dc6c91
--- /dev/null
+++ b/3673/CH3/EX3.a.24/Example_a_3_24.sce
@@ -0,0 +1,12 @@
+//Example_a_3_24 page no:152
+clc;
+In=0;
+Vx=(1*10)/(2+5+20);
+V=4+Vx;
+Rth=V/1;
+//if we short circuit the terminals a and b we have
+Vx=0;
+Isc=Vx/4;
+disp(In,"the norton current is (in A)");
+disp("the current is zero because there is no independent source");
+disp(Rth,"the norton resistance is (in ohm)");