diff options
Diffstat (limited to '1694/CH3/EX3.3/EX3_3.sce')
-rw-r--r-- | 1694/CH3/EX3.3/EX3_3.sce | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/1694/CH3/EX3.3/EX3_3.sce b/1694/CH3/EX3.3/EX3_3.sce new file mode 100644 index 000000000..5f598288e --- /dev/null +++ b/1694/CH3/EX3.3/EX3_3.sce @@ -0,0 +1,12 @@ +clear;
+clc;
+printf("\nEx3.3\n");
+//page no.-121
+//given
+h=6.62*10^-34;........//planck's constant in Js
+m=1.6*10^-27;........//mass of proton in kg
+l=10^-14;............//width of box in m
+
+E=(h^(2)*3)/(8*m*l^(2))............//energy of neutron
+
+printf("\nlowest energy of neutron is10.29*10^-23 J\n");
|