summaryrefslogtreecommitdiff
path: root/3718/CH5/EX5.1/Ex5_1.sce
diff options
context:
space:
mode:
Diffstat (limited to '3718/CH5/EX5.1/Ex5_1.sce')
-rw-r--r--3718/CH5/EX5.1/Ex5_1.sce11
1 files changed, 11 insertions, 0 deletions
diff --git a/3718/CH5/EX5.1/Ex5_1.sce b/3718/CH5/EX5.1/Ex5_1.sce
new file mode 100644
index 000000000..f304c4437
--- /dev/null
+++ b/3718/CH5/EX5.1/Ex5_1.sce
@@ -0,0 +1,11 @@
+//Chapter 5: Chemical Kinetics and Catalysis
+//Problem: 1
+clc;
+
+//Declaration of Variables
+K = 3.5 * 10 ** - 2 // Rate constant
+
+// Solution
+mprintf("First order reaction = 0.693 / K\n")
+t = 0.693 / K
+mprintf(" Time taken for half the initial concentration to react:%.1f minutes", t)