summaryrefslogtreecommitdiff
path: root/3841/CH8/EX8.28.2/Ex8_2.sce
blob: f778ba3492b66f00a9d0e11c5bea47ad2d1528ae (plain)
1
2
3
4
5
6
7
8
9
10
clear
//given
//
//find the piston speed of enigne running
N=1200.
x=5**(0.5)
y=4**(0.5)
//setting equations
Ps=(N*x)/(6.)
printf("\n \n piston speed %.2f ft",Ps*2.46)