summaryrefslogtreecommitdiff
path: root/3701/CH4/EX4.1/Ex4_1.sce
blob: b8eb60291e4858c165baa86d194d5697e19b56ce (plain)
1
2
3
4
5
6
7
8
9
////Given 
V=100                                     //volts

//Calculation 
//
wavelength=12.3/(sqrt(V))

//Result
printf("\n de Broglie wavelength of electrons  %0.3f A", wavelength)