summaryrefslogtreecommitdiff
path: root/3535/CH7/EX7.6/Ex7_6.sce
blob: 286d1aa9e6e044e2f2b42a2eda62296690608ae6 (plain)
1
2
3
4
5
6
7
8
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