summaryrefslogtreecommitdiff
path: root/3648/CH6/EX6.4/Ex6_4.sce
diff options
context:
space:
mode:
Diffstat (limited to '3648/CH6/EX6.4/Ex6_4.sce')
-rw-r--r--3648/CH6/EX6.4/Ex6_4.sce8
1 files changed, 8 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")