summaryrefslogtreecommitdiff
path: root/1952/CH12/EX12.14/Ex14.sce
blob: 804c134bb5de9a55ef4208d29538112daa657b49 (plain)
1
2
3
4
5
6
7
8
// Additional solved examples , Example 14 , pg 336
h=6.625*10^-34//plancksconstant(in J s)
c=3*10^8//velocity of x-ray photon(in m/sec)
m0=9.11*10^-31//rest mass of electron(in Kg)
phi=(85*%pi)/180//angle of scattering (in radian)   (converting degree into radian)
delta_H=(h*(1-cos(phi)))/(m0*c)//change in wavelength due to compton scattering
printf("change in wavelength of x-ray photon(in m)\n")
disp(delta_H)