summaryrefslogtreecommitdiff
path: root/3363/CH15/EX15.8
diff options
context:
space:
mode:
Diffstat (limited to '3363/CH15/EX15.8')
-rwxr-xr-x3363/CH15/EX15.8/Ex15_8.sce12
1 files changed, 12 insertions, 0 deletions
diff --git a/3363/CH15/EX15.8/Ex15_8.sce b/3363/CH15/EX15.8/Ex15_8.sce
new file mode 100755
index 000000000..fd3fe5867
--- /dev/null
+++ b/3363/CH15/EX15.8/Ex15_8.sce
@@ -0,0 +1,12 @@
+//Example 15.8, page 550
+clc
+N=0.60
+rho=(N)/((4/3))
+printf("\n The density is %f /pi*a^3",rho)
+h=6.63*10^-34//in j-s
+a=1.1//F
+M=1
+ef=43//in Mev
+En=7//in Mev
+Vo=ef+En
+printf("\n The depth of the net nuclear potential acting on neutron \n is %d Mev", Vo)