diff options
Diffstat (limited to '1694/CH3/EX3.22')
-rw-r--r-- | 1694/CH3/EX3.22/EX3_22.sce | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/1694/CH3/EX3.22/EX3_22.sce b/1694/CH3/EX3.22/EX3_22.sce new file mode 100644 index 000000000..41857a9c6 --- /dev/null +++ b/1694/CH3/EX3.22/EX3_22.sce @@ -0,0 +1,13 @@ +clear;
+clc;
+printf("\nEx3.22\n");
+//page no.-136
+//given
+m=10^-6;........//mass of particle
+v=10^-4;........//speed in m/s
+a=10^-7;........//length of box in m
+h=6.625*10^-34;...//planck's constant in J-s
+
+n=2*m*a*v/h.......//quantum no.
+
+printf("\nquantum number is 3*10^16\n");
|