summaryrefslogtreecommitdiff
path: root/3622/CH6/EX6.3/Ex6_3.sce
diff options
context:
space:
mode:
Diffstat (limited to '3622/CH6/EX6.3/Ex6_3.sce')
-rw-r--r--3622/CH6/EX6.3/Ex6_3.sce8
1 files changed, 8 insertions, 0 deletions
diff --git a/3622/CH6/EX6.3/Ex6_3.sce b/3622/CH6/EX6.3/Ex6_3.sce
new file mode 100644
index 000000000..a93459b4c
--- /dev/null
+++ b/3622/CH6/EX6.3/Ex6_3.sce
@@ -0,0 +1,8 @@
+//Initialisation of variables
+clc
+c=3e10
+//eauating m=2*mo and cancelling we get
+v=sqrt(.75*c^2)// cm per s
+printf('required velocity is %e cm per sec \n',v)
+
+