summaryrefslogtreecommitdiff
path: root/1652/CH16/EX16.1/16_1.sce
blob: 8c6d8b3afd63c29baf0781cc97a93276e9ef2749 (plain)
1
2
3
4
5
6
7
8
9
clc
//Initialization of variables
P1=69.2 //mm
P2=39.8//mm
t=20 //min
//calculations
k=2.303*log10(P1/P2) /(t*60)
//results
printf("Rate constant = %.2e sec^-1",k)