summaryrefslogtreecommitdiff
path: root/3755/CH6/EX6.22/Ex6_22.sce
blob: 9468ff161a94028f9ea25d8ff16e7fc05cc55770 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
clear
//
//
//

//Variable declaration    
me=9.10*10^-31;    //mass of electron(kg)
mp=1.67*10^-27;    //mass of electron(kg)

//Calculations
uv=mp/me;      //uncertainity in velocity

//Result
printf("\n uncertainity in velocity is %0.3f ",uv)