diff options
Diffstat (limited to '615/CH3/EX3.21/3_21.sce')
-rwxr-xr-x | 615/CH3/EX3.21/3_21.sce | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/615/CH3/EX3.21/3_21.sce b/615/CH3/EX3.21/3_21.sce new file mode 100755 index 000000000..38aa85a6c --- /dev/null +++ b/615/CH3/EX3.21/3_21.sce @@ -0,0 +1,10 @@ +//chemical kinetics and catalysis//
+//example 3.21//
+Ti=27;//given temperature in C//
+T1=Ti+273;//in kelvin//
+Tr=10;//rise in temperature//
+T2=T1+Tr;
+k=3;//value of k1/k2//
+R=8.314;//value of constant R in J/K.mol//
+E=log(k)*R*T1*T2/(T2-T1);
+printf("Activation energy of the reaction is %fJ/mol or %fKJ/mol",E,E/1000);
\ No newline at end of file |