diff options
Diffstat (limited to '3428/CH10/EX5.10.8/Ex5_10_8.sce')
-rw-r--r-- | 3428/CH10/EX5.10.8/Ex5_10_8.sce | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/3428/CH10/EX5.10.8/Ex5_10_8.sce b/3428/CH10/EX5.10.8/Ex5_10_8.sce index 51eef2d7e..4922ab0a8 100644 --- a/3428/CH10/EX5.10.8/Ex5_10_8.sce +++ b/3428/CH10/EX5.10.8/Ex5_10_8.sce @@ -2,11 +2,11 @@ //To show that the given reaction is a 2nd order reaction and calculate the fraction of ester decomposed in 30 minutes.
clc;
k_5=(1/5)*((1/10.2)-(1/16))
-kbar_5=k*10^2
+kbar_5=k_5*10^2
k_25=(1/25)*((1/4.3)-(1/16))
-kbar_25=k*10^2
+kbar_25=k_25*10^2
k_55=(1/55)*((1/2.3)-(1/16))
-kbar_55=k*10^2
+kbar_55=k_55*10^2
k_120=(1/120)*((1/1.1)-(1/16))
-kbar_120=k*10^2
+kbar_120=k_120*10^2
//Constant value of kbar shows that the given reaction is a 2nd order reaction
|