summaryrefslogtreecommitdiff
path: root/2939/CH4/EX4.13/Ex4_13.sce
diff options
context:
space:
mode:
Diffstat (limited to '2939/CH4/EX4.13/Ex4_13.sce')
-rwxr-xr-x2939/CH4/EX4.13/Ex4_13.sce16
1 files changed, 16 insertions, 0 deletions
diff --git a/2939/CH4/EX4.13/Ex4_13.sce b/2939/CH4/EX4.13/Ex4_13.sce
new file mode 100755
index 000000000..aec61ea44
--- /dev/null
+++ b/2939/CH4/EX4.13/Ex4_13.sce
@@ -0,0 +1,16 @@
+
+// Ex4_13
+clc;
+
+// Given:
+dm=0.006332;// in u
+ma=4;
+mCm=244;
+
+// Solution:
+
+E=dm*931;// in MeV
+KE=E*(ma/mCm); // in MeV
+v=sqrt((2*KE*1.6*10^-13)/(240*1.6605*10^-27));
+printf("The Kinetic Energy and velocity are %f MeV and %f m/s respectively",KE,v)
+