summaryrefslogtreecommitdiff
path: root/446/CH14/EX14.3/14_3.sce
blob: 2e4ca3775b60c656fd2a906875152d65a8723ac1 (plain)
1
2
3
4
5
6
7
clear
clc
disp('Exa-14.3');
Q=105.2                    // The Q value for the given decay
Muc2=105.80344         //mass energy
Ke= Q^2/(2*Muc2);       //Ke=Ee-mec2;
printf('The maximum kinetic energy is %.2f MeV',Ke);