summaryrefslogtreecommitdiff
path: root/620/CH3/EX3.9/example3_9.sce
blob: e44bc311c514cf06dc4a32dde253e57a2c699298 (plain)
1
2
3
4
5
6
7
8
9
10
11
wt=160;
h=20;
t=8;
e1=3200;
e2=4340;
disp("Part a");
p1=e2/t;
disp("the power developed (in W) is"); disp(p1);
disp("Part b");
p2=e2/(t*550);
disp("the power developed (in hp) is"); disp(p2);