diff options
Diffstat (limited to '3673/CH9/EX9.14/Ex9_14.sce')
-rw-r--r-- | 3673/CH9/EX9.14/Ex9_14.sce | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/3673/CH9/EX9.14/Ex9_14.sce b/3673/CH9/EX9.14/Ex9_14.sce new file mode 100644 index 000000000..f7b39fba8 --- /dev/null +++ b/3673/CH9/EX9.14/Ex9_14.sce @@ -0,0 +1,14 @@ +//Example 9_14 page no:367
+clc;
+I1mag=sqrt(3)*15;
+I1ang=-30;
+I2mag=sqrt(3)*15;
+I2ang=-30-120;
+I3mag=sqrt(3)*15;
+I3ang=-30-240;
+disp(I1mag,"the magnitude of I1 is (in A)");
+disp(I1ang,"the angle of I1 is (in degree)");
+disp(I2mag,"the magnitude of I2 is (in A)");
+disp(I2ang,"the angle of I2 is (in degree)");
+disp(I3mag,"the magnitude of I3 is (in A)");
+disp(I3ang,"the angle of I3 is (in degree)");
|