summaryrefslogtreecommitdiff
path: root/3701/CH7/EX7.9/Ex7_9.sce
blob: af9eb0ca63ee82c86008387c65d0cd673f94e99e (plain)
1
2
3
4
5
6
7
8
9
10
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)