summaryrefslogtreecommitdiff
path: root/620/CH26/EX26.1/example26_1.sce
blob: dac540e175eca0d94ab3f6b6d3604f635a4519e5 (plain)
1
2
3
4
p=50;
i=1.5;
r=p/i^2;
disp("the resistance (in Ω) of the AC circuit is"); disp(r);