diff options
Diffstat (limited to '3673/CH7/EX7.7/Ex7_7.sce')
-rw-r--r-- | 3673/CH7/EX7.7/Ex7_7.sce | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/3673/CH7/EX7.7/Ex7_7.sce b/3673/CH7/EX7.7/Ex7_7.sce new file mode 100644 index 000000000..469e24d41 --- /dev/null +++ b/3673/CH7/EX7.7/Ex7_7.sce @@ -0,0 +1,10 @@ +//Example 7_7 page no:267
+clc;
+Inmag=25/5;//norton current
+Inang=0-53.13;
+Znmag=(5*6.4)/7.04;//norton impedence
+Znang=(53.13-51.34+8.13);
+disp(Inmag,"magnitude of norton current is(in A)");
+disp(Inang,"angle of norton current is(in degree)");
+disp(Znmag,"magnitude of norton impedence is (in ohm)");
+disp(Znang,"angle of norton impedence is (in degree)");
|