summaryrefslogtreecommitdiff
path: root/620/CH20/EX20.2/example20_2.sce
blob: bff68f582f99bc8275eb4fcbe65e1f096ffdc69a (plain)
1
2
3
4
x_l=500;
v=120;
i=v/x_l;
disp("the current (in A) that will flow through the coil is");disp(i);