summaryrefslogtreecommitdiff
path: root/2780/CH7/EX7.7/Ex7_7.sce
blob: 64f355e5556de2cdcdf4522f55dd84ed84fc27b6 (plain)
1
2
3
4
5
clc
//to calculate de Broglie wavelength
V=100 //potential difference in volts
lambda=12.25/sqrt(V)
disp("de Broglie wavelength of any electron is lambda="+string(lambda)+"angstrom")