diff options
Diffstat (limited to '3701/CH4/EX4.7/Ex4_7.sce')
-rw-r--r-- | 3701/CH4/EX4.7/Ex4_7.sce | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/3701/CH4/EX4.7/Ex4_7.sce b/3701/CH4/EX4.7/Ex4_7.sce new file mode 100644 index 000000000..977a62537 --- /dev/null +++ b/3701/CH4/EX4.7/Ex4_7.sce @@ -0,0 +1,13 @@ +////Given
+T=27 //temperature in degree c
+K=1.38*10**-23 //boltzmann constant in J/K
+h=6.63*10**-34 //Js
+m=1.67*10**-27
+
+//Calculation
+//
+T1=T+273
+v=h/(sqrt(2*m*K*T1))
+
+//Result
+printf("\n de broglie wavelength is %0.2f A",v*10**10)
|