summaryrefslogtreecommitdiff
path: root/1694/CH3/EX3.18
diff options
context:
space:
mode:
Diffstat (limited to '1694/CH3/EX3.18')
-rw-r--r--1694/CH3/EX3.18/EX3_18.sce13
1 files changed, 13 insertions, 0 deletions
diff --git a/1694/CH3/EX3.18/EX3_18.sce b/1694/CH3/EX3.18/EX3_18.sce
new file mode 100644
index 000000000..7e25bc33b
--- /dev/null
+++ b/1694/CH3/EX3.18/EX3_18.sce
@@ -0,0 +1,13 @@
+clear;
+clc;
+printf("\nEx3.18\n");
+//page no.-134
+//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");