summaryrefslogtreecommitdiff
path: root/1694/CH2/EX2.13/EX2_13.sce
diff options
context:
space:
mode:
Diffstat (limited to '1694/CH2/EX2.13/EX2_13.sce')
-rw-r--r--1694/CH2/EX2.13/EX2_13.sce15
1 files changed, 15 insertions, 0 deletions
diff --git a/1694/CH2/EX2.13/EX2_13.sce b/1694/CH2/EX2.13/EX2_13.sce
new file mode 100644
index 000000000..a96f188bb
--- /dev/null
+++ b/1694/CH2/EX2.13/EX2_13.sce
@@ -0,0 +1,15 @@
+clear;
+clc;
+printf("\nEx2.13\n");
+//page no.-63
+//given
+v=500;..............//speed of e in m/s
+m=9.11*10^-31;......//mass of e
+del_v=0.0001;........//change in velocity
+h=6.625*10^-34;......//planck's constant
+p=m*v;.................//momentum
+del_p=p*del_v;..........//change in momentum in kg*m/sec
+
+del_x=h/(2*%pi*del_p)...............//uncertainty in position in m
+
+printf("\nminimum uncertainty in position is 2.318 mm\n");