diff options
Diffstat (limited to '3886/CH18/EX18.2/18_2.sce')
-rw-r--r-- | 3886/CH18/EX18.2/18_2.sce | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/3886/CH18/EX18.2/18_2.sce b/3886/CH18/EX18.2/18_2.sce new file mode 100644 index 000000000..ccd33e2df --- /dev/null +++ b/3886/CH18/EX18.2/18_2.sce @@ -0,0 +1,9 @@ +//Body moving to the right
+v2=3 //m/sec
+u2=-10 //m/sec
+v2=4 //m/sec
+//Applying principles of conservation of momentum
+v1=((80*3)-100-40)/(80) //m/sec
+//Defination of coeff. of restitution gives
+e=(4-1.25)/(3+10)
+printf("\nv1=%.3f m/sec\ne=%.3f ",v1,e)
|