summaryrefslogtreecommitdiff
path: root/3769/CH23/EX23.15/Ex23_15.sce
blob: b029d0ee4fe0138194933ab30dd1ce1a3c9a4cb0 (plain)
1
2
3
4
5
6
7
8
9
10
clear
//Given
v=100

//Calculation
//
l=12.27/sqrt(v)

//Result
printf("\n Wavelength of an electron is %0.3f  A", l)