summaryrefslogtreecommitdiff
path: root/377/CH1/EX1.2/1_2.sce
blob: 839041fc955543280a79186a4feb8ad7f651f4a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
c=3*(10^8);
pi=3.14;
m0=(549*1.6*10^-13)/(c^2)*(10^28);
printf('\n The value of m0 is %f*(10^-28) kg',m0);
disp("Δm0*Δt >= h/(2*pi*c^2)");
a=7*10^-19;  //say Δt=a
h=1.055*(10^-34);
d=(a*3*10^16);
b=h/d;  //say Δm0=b
e=(b)/(m0);
printf('\n The Uncertainity in terms of rest mass is %f',e);
disp("p^2/(2*m0) = K and (p+Δp)^2/(2*m0) = K+(10^3*1.6*10^-19)");
disp("(p+Δp)^2 - p^2 = 2*m0*(10^3*1.6*10^-19)");
f=2*1.672*1.6*(10^-1);
g=sqrt(f);
k=h/j;
l=k*10^13;
printf('\n The value of minimum uncertainity is %f m',l);