summaryrefslogtreecommitdiff
path: root/3535/CH7/EX7.6/Ex7_6.sce
diff options
context:
space:
mode:
Diffstat (limited to '3535/CH7/EX7.6/Ex7_6.sce')
-rw-r--r--3535/CH7/EX7.6/Ex7_6.sce9
1 files changed, 9 insertions, 0 deletions
diff --git a/3535/CH7/EX7.6/Ex7_6.sce b/3535/CH7/EX7.6/Ex7_6.sce
new file mode 100644
index 000000000..286d1aa9e
--- /dev/null
+++ b/3535/CH7/EX7.6/Ex7_6.sce
@@ -0,0 +1,9 @@
+//Chapter 7, Example 7.6, Page 206
+clc
+clear
+// Energy required
+Z = 79
+E = 700/Z
+printf("E = %f MeV\n",E)
+
+//Answers may vary due to round off error