diff options
Diffstat (limited to '1466/CH20/EX20.2/20_2.sce')
-rwxr-xr-x | 1466/CH20/EX20.2/20_2.sce | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/1466/CH20/EX20.2/20_2.sce b/1466/CH20/EX20.2/20_2.sce new file mode 100755 index 000000000..a330574d2 --- /dev/null +++ b/1466/CH20/EX20.2/20_2.sce @@ -0,0 +1,12 @@ +
+clc
+//initialisation of variables
+p=100-5//percent
+w=80//tons
+//CALCULATIONS
+heat=(w*2240*p*4)/(%pi*100*62.4)
+wp=62.4*60*heat
+wa=w*2240*p*10/100
+hp=(wp+wa)/33000
+//RESULTS
+printf ('\n horse power delivered= %.f ',hp)
|