summaryrefslogtreecommitdiff
path: root/1652/CH16/EX16.2/16_2.sce
blob: 0811e78e692bbd2f29006d81aaa24aca05f713d3 (plain)
1
2
3
4
5
6
7
8
clc
//Initialization of variables
t=10 //min
x=90
//calculations
k=2.303*log10(100/(100-x)) /t
//results
printf("Rate constant = %.3f min^-1",k)