diff options
Diffstat (limited to '620/CH3/EX3.9/example3_9.sce')
-rw-r--r-- | 620/CH3/EX3.9/example3_9.sce | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/620/CH3/EX3.9/example3_9.sce b/620/CH3/EX3.9/example3_9.sce new file mode 100644 index 000000000..e44bc311c --- /dev/null +++ b/620/CH3/EX3.9/example3_9.sce @@ -0,0 +1,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);
\ No newline at end of file |