summaryrefslogtreecommitdiff
path: root/1448/CH12/EX12.2.e/E12_2.sce
blob: e3115120e86e8fefd0990d2db9adb66baa268b49 (plain)
1
2
3
4
5
6
7
clc
//Initialization of variables
V=1000 //V
//calculations
l=6.626*10^-34 /sqrt(2*9.11*10^-31 *1.602*10^-19 *V)
//results
printf("Wavelength of electrons = %.2e m",l)