summaryrefslogtreecommitdiff
path: root/1535/CH9/EX9.1/Ch09Ex1.sci
blob: 4a457e3f4d9e12e27b03dfef18aa0eab06b45245 (plain)
1
2
3
4
5
6
7
// Scilab Code Ex9.1: De-broglie wavelength of an electron from accelerating potential : Page-202 (2010)
V = 100;    // Accelerating potential for electron, volt
lambda = sqrt(150/V)*1e-010;    // de-Broglie wavelength of electron, m
printf("\nThe De-Broglie wavelength of electron = %4.2e m", lambda);

// Result
// The De-Broglie wavelength of electron = 1.22e-010 m