summaryrefslogtreecommitdiff
path: root/3886/CH17/EX17.20/17_20.sce
blob: f18560949a34783224c033fdd5d963ad8171d6f7 (plain)
1
2
3
4
5
6
7
//A pile hammer
h=0.6  //m
v=sqrt(2*9.81*0.6)  //m/sec
V=(15*3.431)/(22.5)  //m/sec
//Applying work energy equation
s=(22.5*2.287^2)/(2*9.81*117.5)  //m
printf("\ns=%.3f m",s)