diff options
Diffstat (limited to '3769/CH25/EX25.8/Ex25_8.sce')
-rw-r--r-- | 3769/CH25/EX25.8/Ex25_8.sce | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/3769/CH25/EX25.8/Ex25_8.sce b/3769/CH25/EX25.8/Ex25_8.sce new file mode 100644 index 000000000..f9c64052b --- /dev/null +++ b/3769/CH25/EX25.8/Ex25_8.sce @@ -0,0 +1,17 @@ +clear +//Given +ma=1.00893 +m1=1.00813 +m2=2.01473 +a=931.5 +a1=4.00389 + +//Calculation +m=ma+m1-m2 +Eb=m*a +m3=2*ma+2*m1-a1 +Eb1=m3*a + +//Result +printf("\n (i) Binding energy when one neutron and one proton combined together is %0.2f Mev",Eb) +printf("\n (ii) Binding energy when two neutrons and two protons are combined is %0.1f Mev",Eb1) |