summaryrefslogtreecommitdiff
path: root/3673/CH9/EX9.a.4/Example_a_9_4.sce
blob: 0d6b5398b55cc31cdae73b83740b3cebbb3d6ce4 (plain)
1
2
3
4
5
6
7
8
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)");