summaryrefslogtreecommitdiff
path: root/858/CH7/EX7.16/example_16.sce
diff options
context:
space:
mode:
Diffstat (limited to '858/CH7/EX7.16/example_16.sce')
-rwxr-xr-x858/CH7/EX7.16/example_16.sce11
1 files changed, 11 insertions, 0 deletions
diff --git a/858/CH7/EX7.16/example_16.sce b/858/CH7/EX7.16/example_16.sce
new file mode 100755
index 000000000..cf1148c2e
--- /dev/null
+++ b/858/CH7/EX7.16/example_16.sce
@@ -0,0 +1,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 =")