diff options
Diffstat (limited to '2780/CH7/EX7.14/Ex7_14.sce')
-rwxr-xr-x | 2780/CH7/EX7.14/Ex7_14.sce | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/2780/CH7/EX7.14/Ex7_14.sce b/2780/CH7/EX7.14/Ex7_14.sce new file mode 100755 index 000000000..5510edddf --- /dev/null +++ b/2780/CH7/EX7.14/Ex7_14.sce @@ -0,0 +1,7 @@ +clc
+//to calculate uncertainity in position
+m=9.11*10^-31 //mass of electron in kg
+delv=40 //uncertainity in velocity in m/s
+h=6.6*10^-34 //plank's constant
+delx=h/(2*%pi*m*delv)
+disp("uncertainity in the position of the electron is delx="+string(delx)+"m")
|