summaryrefslogtreecommitdiff
path: root/1026/CH11/EX11.1/Example11_1.sce
blob: 84d84455bb256060e2075c80e5c249afb884ca43 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//chapter11,Example11_1,pg 298

me=9.1*10^-31//masss of electron

h=6.62*10^-34//planck's const.

delx=10^-8//uncertainity in position

delp=(h/(2*%pi*delx))//uncertainity principle

delv=(delp/me)//uncertainity in velocity

printf("uncertainity in velocity\n")

printf("delv=%.2f m/sec",delv)