summaryrefslogtreecommitdiff
path: root/3701/CH4/EX4.7/Ex4_7.sce
blob: 977a62537ab55c74b515bc1447c18246bae3cdfb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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)