summaryrefslogtreecommitdiff
path: root/858/CH7/EX7.16/example_16.sce
blob: cf1148c2e247db0af5644c9873954cc4cd92725a (plain)
1
2
3
4
5
6
7
8
9
10
11
clc
clear 
//example 7.16
//to find the rate of reaction
E = 75200    //in J/mol
E1 = 50100   //in J/mol
R = 8.314    //in J/mol K
T = 298   //in K
ratio = exp((E1-E)/(R*T));
rate_increase = ratio^-1
disp ("times",rate_increase,"increase in rate of reaction =")