summaryrefslogtreecommitdiff
path: root/3665/CH6/EX6.5/Ex6_5.sce
blob: 7e141dcc86c97026cd0f13a028653cbd033f4d5e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
clc//
//
//

//Variable declaration
deltax=0.2*10^-10;      //distance(m)
h=6.626*10^-34;    //planck's constant

//Calculation
deltap=h/(2*%pi*deltax);    //uncertainity in momentum(kg m/s)

//Result
printf("\n uncertainity in momentum is %0.2f *10^-24 kg m/s",deltap*10^24)