diff options
Diffstat (limited to '1694/CH3/EX3.8')
-rw-r--r-- | 1694/CH3/EX3.8/EX3_8.sce | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/1694/CH3/EX3.8/EX3_8.sce b/1694/CH3/EX3.8/EX3_8.sce new file mode 100644 index 000000000..d7a50e813 --- /dev/null +++ b/1694/CH3/EX3.8/EX3_8.sce @@ -0,0 +1,13 @@ +clear;
+clc;
+printf("\nEx3.8\n");
+//page no.-126
+//given
+n=5;................//quantum no.
+a=2*10^-10;.........//width of box in m
+E1=14.7*10^-19;.....//energy in joules
+h=6.625*10^-34;.....//planck's constant in J-s
+
+m=(h^2)/(8*E1*a^2)......//mass of particle in kg
+
+printf("\nmass of particle is 9.33*10^-31 kg");
|