summaryrefslogtreecommitdiff
path: root/3014/CH1/EX1.16/Ex1_16.sce
blob: 19cbe59cb067a01073424f7ba24e40cc4c38a035 (plain)
1
2
3
4
5
6
7
8
9
10
11
clc 
//Given that
e = 2*1.6e-19 // charge on alpha particle in coulomb
V = 200 // Applied voltage in volts
m = 4*1.67e-27 // Mass of alpha particle in Kg
h = 6.63e-34 // Plank constant
printf("Example 1.16")

lambda = h/(sqrt(2*e*V*m)) // calculation of de Broglie wavelength
printf("\n de Broglie wavelength of neutron is %f angstrom.\n\n\n", lambda*1e10)
// while answer in book is 0.00715 angstrom