summaryrefslogtreecommitdiff
path: root/615/CH3/EX3.21
diff options
context:
space:
mode:
authorpriyanka2015-06-24 15:03:17 +0530
committerpriyanka2015-06-24 15:03:17 +0530
commitb1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (patch)
treeab291cffc65280e58ac82470ba63fbcca7805165 /615/CH3/EX3.21
downloadScilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.gz
Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.bz2
Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.zip
initial commit / add all books
Diffstat (limited to '615/CH3/EX3.21')
-rwxr-xr-x615/CH3/EX3.21/3_21.sce10
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