diff options
Diffstat (limited to '1286/CH3/EX3.15')
-rwxr-xr-x | 1286/CH3/EX3.15/3_15.sce | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/1286/CH3/EX3.15/3_15.sce b/1286/CH3/EX3.15/3_15.sce new file mode 100755 index 000000000..1f3d3294d --- /dev/null +++ b/1286/CH3/EX3.15/3_15.sce @@ -0,0 +1,11 @@ +clc
+//initialisations
+m=5//kg
+m1=2.09*10^8
+val=10^7//cal/kg
+p=0.12
+//calculations
+w=p*m1/(60*60)
+H=w/746
+//results
+printf(' average horse power= % 1f',H)
|