summaryrefslogtreecommitdiff
path: root/1427/CH16/EX16.20/16_20.sce
diff options
context:
space:
mode:
Diffstat (limited to '1427/CH16/EX16.20/16_20.sce')
-rw-r--r--1427/CH16/EX16.20/16_20.sce8
1 files changed, 8 insertions, 0 deletions
diff --git a/1427/CH16/EX16.20/16_20.sce b/1427/CH16/EX16.20/16_20.sce
new file mode 100644
index 000000000..d30bc4b4c
--- /dev/null
+++ b/1427/CH16/EX16.20/16_20.sce
@@ -0,0 +1,8 @@
+//ques-16.20
+//Calculating activation energy and k at 670 K
+clc
+//logk = 14.34 - 1.25*10^4/T
+Ea=1.25*10^4*2.303*8.314;//activation energy
+T=670;//temperature (in K)
+k=4.8*10^-5;//rate constant (in /s)
+printf("Activation energy is %d kJ/mol and k at 670K is %.6f /s.",Ea/1000,k);