summaryrefslogtreecommitdiff
path: root/1652/CH16/EX16.3/16_3.sce
blob: 8111a02afbf8a1891160b9cf1c77422719834b89 (plain)
1
2
3
4
5
6
7
8
9
clc
//Initialization of variables
t=242 //sec
P=229 //mm
P0=363 //mm
//calculations
k=(1/P -1/P0)/t
//results
printf("rate constant= %.2e sec^-1 mm^-1",k)