diff options
Diffstat (limited to '3701/CH7/EX7.9/Ex7_9.sce')
-rw-r--r-- | 3701/CH7/EX7.9/Ex7_9.sce | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/3701/CH7/EX7.9/Ex7_9.sce b/3701/CH7/EX7.9/Ex7_9.sce new file mode 100644 index 000000000..af9eb0ca6 --- /dev/null +++ b/3701/CH7/EX7.9/Ex7_9.sce @@ -0,0 +1,11 @@ +////Given
+a=10.0**-14 //m
+m=1.6*10**-27 //mass of a nucleon in kg
+h=1.054*10**-34 //Js
+
+//Calculation
+//
+Emin=((3*(%pi**2)*(h**2))/(2.0*m*(a**2)))/(1.6*10**-19)
+
+//Result
+printf("\n minimum energy of a nucleon is %0.1f Mev",Emin*10**-6)
|