summaryrefslogtreecommitdiff
path: root/2465/CH5/EX5.3/Ex5_3.sce
diff options
context:
space:
mode:
Diffstat (limited to '2465/CH5/EX5.3/Ex5_3.sce')
-rw-r--r--2465/CH5/EX5.3/Ex5_3.sce19
1 files changed, 0 insertions, 19 deletions
diff --git a/2465/CH5/EX5.3/Ex5_3.sce b/2465/CH5/EX5.3/Ex5_3.sce
deleted file mode 100644
index 08a5f99ec..000000000
--- a/2465/CH5/EX5.3/Ex5_3.sce
+++ /dev/null
@@ -1,19 +0,0 @@
-//Chapter-5,Example 3,Page 122
-clc();
-close();
-
-t=[75 119 183] //time in minute
-
-V=[24.20 26.60 29.32] //volume of alkali used
-
-V_0=19.24
-
-V_a=42.03
-
-k=(2.303 ./t).*log10((V_a-V_0)./(V_a-V))
-
-printf('values of k')
-
-disp(k)
-
-printf('since k values are fairly constant by putting in 1nd order rate equation. \nHence hydrolysis of methyl acetate is of 1st order.')