summaryrefslogtreecommitdiff
path: root/3535/CH6/EX6.5/Ex6_5.sce
diff options
context:
space:
mode:
Diffstat (limited to '3535/CH6/EX6.5/Ex6_5.sce')
-rw-r--r--3535/CH6/EX6.5/Ex6_5.sce11
1 files changed, 11 insertions, 0 deletions
diff --git a/3535/CH6/EX6.5/Ex6_5.sce b/3535/CH6/EX6.5/Ex6_5.sce
new file mode 100644
index 000000000..4eed53321
--- /dev/null
+++ b/3535/CH6/EX6.5/Ex6_5.sce
@@ -0,0 +1,11 @@
+//Chapter 6, Example 6.5, Page 158
+clc
+clear
+// Energy released
+MLa = 138.906348
+MMo = 94.905842
+MXE = 138.918787
+MSr = 94.919358
+Ep = (MXE+MSr-MLa-MMo)*(931.5)
+printf("Ep = %f MeV",Ep)
+//Answers may vary due to round off error