summaryrefslogtreecommitdiff
path: root/620/CH4/EX4.3/example4_3.sce
blob: 38763fb6c0dc365e0b2da49a45c68ce6787b7d38 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
disp("Part a");
d=64.1;
a=d^2;
disp("the circular mil area is"); disp(a);
disp("Part b");
l=150;
r1=2.52/1000;
r=r1*l;
disp("the resistance value (in Ω) is"); disp(r);
disp("Part c");
r2=r/4;
disp("the resistance (in Ω) of no.8 gauge wire is"); disp(r2);