summaryrefslogtreecommitdiff
path: root/3535/CH6/EX6.4/Ex6_4.sce
diff options
context:
space:
mode:
Diffstat (limited to '3535/CH6/EX6.4/Ex6_4.sce')
-rw-r--r--3535/CH6/EX6.4/Ex6_4.sce11
1 files changed, 11 insertions, 0 deletions
diff --git a/3535/CH6/EX6.4/Ex6_4.sce b/3535/CH6/EX6.4/Ex6_4.sce
new file mode 100644
index 000000000..013d1e29c
--- /dev/null
+++ b/3535/CH6/EX6.4/Ex6_4.sce
@@ -0,0 +1,11 @@
+//Chapter 6, Example 6.4, Page 155
+clc
+clear
+// Initail fragment of KE
+MU = 235.043923
+mn = 1.008665
+MXE = 138.918787
+MSr = 94.919358
+Ep = abs(MU+mn-MXE-MSr-(2*mn*931.5))
+printf("Ep = %f keV",Ep)// Answer provided in the textbook is wrong
+//Answers may vary due to round off error