summaryrefslogtreecommitdiff
path: root/3535/CH5/EX5.2/Ex5_2.sce
blob: 9648501f4bd64be1acfad3650461329079a229f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
//Chapter 5, Example 5.2, Page 117
clc
clear
//Probablility of decay by positron emission
//3 decay modes 
LBp = 0.009497
LBm = 0.02129
LEC = 0.02381
L = LBp+LBm+LEC
P = LBp/L
printf("\n Probability of decay = %f ",P);
//Answer may vary due to round off error