summaryrefslogtreecommitdiff
path: root/3886/CH17/EX17.20/17_20.sce
diff options
context:
space:
mode:
Diffstat (limited to '3886/CH17/EX17.20/17_20.sce')
-rw-r--r--3886/CH17/EX17.20/17_20.sce7
1 files changed, 7 insertions, 0 deletions
diff --git a/3886/CH17/EX17.20/17_20.sce b/3886/CH17/EX17.20/17_20.sce
new file mode 100644
index 000000000..f18560949
--- /dev/null
+++ b/3886/CH17/EX17.20/17_20.sce
@@ -0,0 +1,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) \ No newline at end of file