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)");