summaryrefslogtreecommitdiff
path: root/2465/CH5/EX5.15/Ex5_15.sce
diff options
context:
space:
mode:
Diffstat (limited to '2465/CH5/EX5.15/Ex5_15.sce')
-rw-r--r--2465/CH5/EX5.15/Ex5_15.sce17
1 files changed, 0 insertions, 17 deletions
diff --git a/2465/CH5/EX5.15/Ex5_15.sce b/2465/CH5/EX5.15/Ex5_15.sce
deleted file mode 100644
index 0b9f3a800..000000000
--- a/2465/CH5/EX5.15/Ex5_15.sce
+++ /dev/null
@@ -1,17 +0,0 @@
-//Chapter-5,Example 15,Page 128
-clc();
-close();
-
-K1=2.45*10^-5 //rate constant at 273 K
-
-K2=162*10^-5 //rate constant at 303 K
-
-T1=273 //temperature in Kelvin
-
-T2=303 //temperature in Kelvin
-
-R=1.987 //gas constant
-
-Ea= log10(K2/K1)*2.303*R*T1*T2/(T2-T1)
-
-printf('the activation energy is Ea = %.f cal/mole' ,Ea)