summaryrefslogtreecommitdiff
path: root/3673/CH9/EX9.14/Ex9_14.sce
blob: f7b39fba86699d8a76901c6875fafae61326c1fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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)");