diff options
Diffstat (limited to '3701/CH4/EX4.5/Ex4_5.sce')
-rw-r--r-- | 3701/CH4/EX4.5/Ex4_5.sce | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/3701/CH4/EX4.5/Ex4_5.sce b/3701/CH4/EX4.5/Ex4_5.sce new file mode 100644 index 000000000..2aab8b718 --- /dev/null +++ b/3701/CH4/EX4.5/Ex4_5.sce @@ -0,0 +1,10 @@ +////Given
+m=1.672*10**-27 //mass of neutron in kg
+h=6.60*10**-34 //Js
+v=1.0*10**-10 //de broglie wavelength in m
+
+//Calculation
+K=(h**2/(2.0*m*v**2))/(1.6*10**-19)
+
+//Result
+printf("\n Kinetic energy of a neutron is %0.2f *10**-2 ev",K*10**2)
|