diff options
Diffstat (limited to '1694/CH2/EX2.14/EX2_14.sce')
-rw-r--r-- | 1694/CH2/EX2.14/EX2_14.sce | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/1694/CH2/EX2.14/EX2_14.sce b/1694/CH2/EX2.14/EX2_14.sce new file mode 100644 index 000000000..767807ac5 --- /dev/null +++ b/1694/CH2/EX2.14/EX2_14.sce @@ -0,0 +1,15 @@ +clear;
+clc;
+printf("\nEx2.14\n");
+//page no.-63
+//given
+v=600;..............//speed of e in m/s
+m=9.1*10^-31;......//mass of e
+del_v=5*10^-5;........//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/(del_p)...............//uncertainty in position in m
+
+printf("\nminimum uncertainty in position is 0.024 m\n");
|