summaryrefslogtreecommitdiff
path: root/3673/CH9/EX9.a.19/Example_a_9_19.sce
blob: d84760617fb5fa3cd5c5a9c54effdb854bd25ff6 (plain)
1
2
3
4
5
6
//Example_a_9_19 page no:418
clc;
V=340;
fund_comp=340/sqrt(3);
harmonic_comp=sqrt(220^2-(fund_comp)^2);
disp(harmonic_comp,"the third harmonic component is (in V)");