summaryrefslogtreecommitdiff
path: root/2453/CH3/EX3.4/3_4.sce
blob: 28b06082653284b28c2de083c3fa0486b02752bd (plain)
1
2
3
4
//To calculate the wavelength
V = 1600;      //potential, V
lamda = 12.26/sqrt(V);      //de Broglie wavelength, armstrong
printf("de Broglie wavelength of electron is %5.4f armstrong",lamda);