diff options
Diffstat (limited to '3651/CH3/EX3.7/7.sce')
-rw-r--r-- | 3651/CH3/EX3.7/7.sce | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/3651/CH3/EX3.7/7.sce b/3651/CH3/EX3.7/7.sce new file mode 100644 index 000000000..7e1611fe7 --- /dev/null +++ b/3651/CH3/EX3.7/7.sce @@ -0,0 +1,12 @@ +//Variable declaration
+M=1.676*10**-27 //Mass of neutron
+m=0.025
+v=1.602*10**-19
+h=6.62*10**-34
+
+//Calculations
+mv=(2*m*v)**(1/2)
+lamda=h/(mv*M**(1/2))
+
+//Result
+printf('wavelength =%0.3f Angstorm \n ',(lamda*10**10))
\ No newline at end of file |