summaryrefslogtreecommitdiff
path: root/3769/CH25/EX25.10/Ex25_10.sce
diff options
context:
space:
mode:
Diffstat (limited to '3769/CH25/EX25.10/Ex25_10.sce')
-rw-r--r--3769/CH25/EX25.10/Ex25_10.sce15
1 files changed, 15 insertions, 0 deletions
diff --git a/3769/CH25/EX25.10/Ex25_10.sce b/3769/CH25/EX25.10/Ex25_10.sce
new file mode 100644
index 000000000..fa0b77cfb
--- /dev/null
+++ b/3769/CH25/EX25.10/Ex25_10.sce
@@ -0,0 +1,15 @@
+clear
+//Given
+a=1.66*10**-27 //Kg
+c=3*10**8
+mp=1.00727
+mn=1.00866
+mo=15.99053
+
+//Calculation
+E=(a*c**2)/1.6*10**-19
+m1=8*mp+8*mn-mo
+a1=m1*E
+
+//Result
+printf("\n Energy equivalent of one atomic mass unit is %0.1f Mev/c**2",a1*10**32)