diff options
Diffstat (limited to '3886/CH18/EX18.2')
-rw-r--r-- | 3886/CH18/EX18.2/18_2.sce | 9 | ||||
-rw-r--r-- | 3886/CH18/EX18.2/18_2.txt | 5 |
2 files changed, 14 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)
diff --git a/3886/CH18/EX18.2/18_2.txt b/3886/CH18/EX18.2/18_2.txt new file mode 100644 index 000000000..7c9afcc00 --- /dev/null +++ b/3886/CH18/EX18.2/18_2.txt @@ -0,0 +1,5 @@ +
+--> exec('E:\My program EM\18. Impact of elastic bodies\18.2.sce', -1)
+
+v1=1.250 m/sec
+e=0.212
\ No newline at end of file |