summaryrefslogtreecommitdiff
path: root/3835/CH4/EX4.37/Ex4_37.sce
diff options
context:
space:
mode:
Diffstat (limited to '3835/CH4/EX4.37/Ex4_37.sce')
-rw-r--r--3835/CH4/EX4.37/Ex4_37.sce13
1 files changed, 13 insertions, 0 deletions
diff --git a/3835/CH4/EX4.37/Ex4_37.sce b/3835/CH4/EX4.37/Ex4_37.sce
new file mode 100644
index 000000000..7e6be9bac
--- /dev/null
+++ b/3835/CH4/EX4.37/Ex4_37.sce
@@ -0,0 +1,13 @@
+clear
+//
+//norton's theorem
+//values derived and calculated from figure
+v=complex(230,0)
+xl=complex(8,-6)
+isc=v/xl
+IN=isc
+rl=complex(0,5)
+zn=(rl*xl)/(rl+xl)
+zload=complex(4,3)
+I=(IN*zn)/(zn+zload)
+printf("\n I")