summaryrefslogtreecommitdiff
path: root/1760/CH2/EX2.66/EX2_66.sce
blob: c84e6fac0dc670e99e0ab1cf12bc7a91e9e96b68 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
                           //EXAMPLE 2-66      PG NO-108
I=15;
Z1=10+%i*15
Z2=6-%i*8;
I1=[I*Z2]/(Z1+Z2);
disp('ii)  CURRENT (I1) is  in polar form  =  '+string (I1) +' A ');
I2=(I*Z1)/(Z1+Z2);
disp('ii)  CURRENT (I2) is  in polar form  =  '+string (I2) +' A ');
P1=8.59^2*10;
disp('ii)  Power (P1) is  in  polar form  =  '+string (P1) +' W ');
P2=15.49^2*6;
disp('ii)  Power (P2) is  in polar form  =  '+string (P2) +' W ');