summaryrefslogtreecommitdiff
path: root/620/CH26/EX26.2/example26_2.sce
blob: 380ffb6c976c9ee5a03f8c7762529f58b3d535f9 (plain)
1
2
3
4
5
l=4;
i=1.4;
f=60;
p=i^2*2*%pi*f*l;
disp("reactive power (in kVAr) of the circuit is"); disp(p*10^(-3));