From 7f60ea012dd2524dae921a2a35adbf7ef21f2bb6 Mon Sep 17 00:00:00 2001 From: prashantsinalkar Date: Tue, 10 Oct 2017 12:27:19 +0530 Subject: initial commit / add all books --- 377/CH1/EX1.2/1_2.sce | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 377/CH1/EX1.2/1_2.sce (limited to '377/CH1/EX1.2') diff --git a/377/CH1/EX1.2/1_2.sce b/377/CH1/EX1.2/1_2.sce new file mode 100644 index 000000000..839041fc9 --- /dev/null +++ b/377/CH1/EX1.2/1_2.sce @@ -0,0 +1,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); \ No newline at end of file -- cgit