diff options
Diffstat (limited to '3673/CH9/EX9.a.4/Example_a_9_4.sce')
-rw-r--r-- | 3673/CH9/EX9.a.4/Example_a_9_4.sce | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/3673/CH9/EX9.a.4/Example_a_9_4.sce b/3673/CH9/EX9.a.4/Example_a_9_4.sce new file mode 100644 index 000000000..0d6b5398b --- /dev/null +++ b/3673/CH9/EX9.a.4/Example_a_9_4.sce @@ -0,0 +1,9 @@ +//Example_a_9_4 page no:405
+clc;
+disp("the phase sequence is RYB");
+Vph=200;
+Vl=Vph;
+Il=10;
+Iph=Il/sqrt(3);
+Zph=Vph/Iph;
+disp(Zph,"the impedance is (in ohm)");
|