diff options
Diffstat (limited to '3648/CH6/EX6.4')
-rw-r--r-- | 3648/CH6/EX6.4/Ex6_4.sce | 8 | ||||
-rw-r--r-- | 3648/CH6/EX6.4/Ex6_4.txt | 1 |
2 files changed, 9 insertions, 0 deletions
diff --git a/3648/CH6/EX6.4/Ex6_4.sce b/3648/CH6/EX6.4/Ex6_4.sce new file mode 100644 index 000000000..23d34d807 --- /dev/null +++ b/3648/CH6/EX6.4/Ex6_4.sce @@ -0,0 +1,8 @@ +//Example 6_4
+clc();
+clear;
+//To find the recoil velocity of the gun vgf
+//As we know that Momentum before = Momentum after
+//((m*vb0)+(M*vg0))=((m*vbf)+(M*vgf))
+// As vb0=vg0=0
+printf("The recoil velocity of the gun is Vgf=-(m/M)*Vbf")
diff --git a/3648/CH6/EX6.4/Ex6_4.txt b/3648/CH6/EX6.4/Ex6_4.txt new file mode 100644 index 000000000..d06302995 --- /dev/null +++ b/3648/CH6/EX6.4/Ex6_4.txt @@ -0,0 +1 @@ +The recoil velocity of the gun is Vgf=-(m/M)*Vbf
\ No newline at end of file |