summaryrefslogtreecommitdiff
path: root/2939/CH1/EX1.12/Ex1_12.sce
diff options
context:
space:
mode:
Diffstat (limited to '2939/CH1/EX1.12/Ex1_12.sce')
-rwxr-xr-x2939/CH1/EX1.12/Ex1_12.sce17
1 files changed, 17 insertions, 0 deletions
diff --git a/2939/CH1/EX1.12/Ex1_12.sce b/2939/CH1/EX1.12/Ex1_12.sce
new file mode 100755
index 000000000..5f0b5068d
--- /dev/null
+++ b/2939/CH1/EX1.12/Ex1_12.sce
@@ -0,0 +1,17 @@
+
+//Ex1_12
+
+clc;
+
+//Given:
+mh=1.0078;
+mn=1.0087;
+ABe=8.0053; // atomic mass of beryllium
+
+//solution:
+
+B1=(4*mh+4*mn-ABe)*931; // in MeV
+Bh=B1/ABe;
+printf("\n The mean binding energy of Be atom in MeV is = %f ",Bh)
+
+disp("From previous problem we have the avg. binding energy of helium atom is 7.08 MeV, Hence Be is unstable to fission into 2 alphas")