summaryrefslogtreecommitdiff
path: root/3701/CH5/EX5.8/Ex5_8.sce
blob: bb237c0b12097f3b1b10e5622b8eca0873be8425 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
////Given
r=5*10**-15                                    //m
h=1.05*10**-34
m=1.67*10**-27
e=1.6*10**-13

//Calculation
xmax=2*r                                       //maximum  uncertainity in the position of the nucleon
pmin=h/xmax                                    //minimum uncertainity in the momentum of particle
Kmin=pmin**2/(2.0*m*e)

//Result
printf("\n minimum kinetic energy is %0.1f Mev",Kmin)