summaryrefslogtreecommitdiff
path: root/821/CH8/EX8.22/8_22.sce
blob: 56fd876d211c1bc2b0ac76822b12d94fc882b253 (plain)
1
2
3
4
5
6
R=1.987;//universal gas constant//
T=556;//temperature in kelvin//
E=44;//Energy in Kcal//
dS=-10;//entropy change in cal per deg//
k=(exp(2)*exp(dS/R)*exp(-E/(R*T))*10^13.07);//rate constant for the reaction//
printf('Rate constant for the reaction=k=3.47*10^-7litre per mol per sec');