summaryrefslogtreecommitdiff
path: root/1694/CH2/EX2.1/EX2_1.sce
diff options
context:
space:
mode:
Diffstat (limited to '1694/CH2/EX2.1/EX2_1.sce')
-rw-r--r--1694/CH2/EX2.1/EX2_1.sce15
1 files changed, 15 insertions, 0 deletions
diff --git a/1694/CH2/EX2.1/EX2_1.sce b/1694/CH2/EX2.1/EX2_1.sce
new file mode 100644
index 000000000..2145bc5a0
--- /dev/null
+++ b/1694/CH2/EX2.1/EX2_1.sce
@@ -0,0 +1,15 @@
+clear;
+clc;
+printf("\nEx2.1\n");
+//page no.-55
+//given
+h=6.60*10^-34;...........//planck's constant in J-s
+m=1.674*10^-27;.........//mass of neutron in Kg
+lambda=10^-10;...........//wavelength in m
+e=1.6*10^-19;.............//charge
+//We know lambda=h/sqrt(2*m*E)
+
+E=(h^2)/(2*m*lambda^2*e)............//energy of neutron in eV
+//to convert into eV divide by e,1.6*10^-19
+
+printf("\nenergy of neutron is 8.12*10^-2 eV\n");