summaryrefslogtreecommitdiff
path: root/3669/CH4/EX4.9/9.sce
blob: 394c3e2f749a4dffa069429e14ee0479cef66a4c (plain)
1
2
3
4
5
6
7
8
9
10
//Variable declaration
me=1.676*10**-27;    //mass(kg)  
mn=9.1*10**-31;    //mass(kg)
h=6.63*10**-34;    //planck's constant

//Calculation
lamda_n=h/sqrt(4*mn*me);      //de broglie wavelength(m)

//Result
printf('de broglie wavelength is %0.3f  nm   \n',int(lamda_n*10**9))