From 7f60ea012dd2524dae921a2a35adbf7ef21f2bb6 Mon Sep 17 00:00:00 2001 From: prashantsinalkar Date: Tue, 10 Oct 2017 12:27:19 +0530 Subject: initial commit / add all books --- 1427/CH16/EX16.20/16_20.sce | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 1427/CH16/EX16.20/16_20.sce (limited to '1427/CH16/EX16.20') 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); -- cgit