summaryrefslogtreecommitdiff
path: root/1466/CH3/EX3.1/3_1.sce
blob: 70e15357c77bb041e6cf96e46e6eab75f2576364 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

clc
//initialisation of variables
ws= 62.4 //lbf/ft^3
V= 300 //gal
P= 20 //lb/in^2
ww= 10 //Lb
w= 62.4 //lb/ft^3
//CALCULATIONS
Ws= (V*ww)/60
Vws= Ws/w
hp= P*144*Vws/550
//RESULTS
printf (' horse power required= %.1f hp ',hp)