blob: 9d4a1b8f5c54bf265aaf6d3e8d134b3050b48536 (
plain)
1
2
3
4
5
|
//chemical kinetics and catalysis//
//example 3.6//
t=1590;//half life of given radio active element in years//
k=0.693/t;//formula of decay constant for first order reactions//
printf("the value of decay constant is %f/year",k);
|