summaryrefslogtreecommitdiff
path: root/620/CH3/EX3.13/example3_13.sce
blob: 7b2c8df0053b0a3655c3aea433d281aec3f6fb04 (plain)
1
2
3
4
5
v=120;
n=75/100;
p=1.5*746;
i=p/(n*v);
disp("the current (in A) that must be supplied is"); disp(i);