From b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b Mon Sep 17 00:00:00 2001 From: priyanka Date: Wed, 24 Jun 2015 15:03:17 +0530 Subject: initial commit / add all books --- 615/CH3/EX3.18/3_18.sce | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100755 615/CH3/EX3.18/3_18.sce (limited to '615/CH3/EX3.18') diff --git a/615/CH3/EX3.18/3_18.sce b/615/CH3/EX3.18/3_18.sce new file mode 100755 index 000000000..b0cc2095e --- /dev/null +++ b/615/CH3/EX3.18/3_18.sce @@ -0,0 +1,13 @@ +//chemical kinetics and catalysis// +//example 3.18// +k=4.5*10^3;//value of k in /sec of a first order reaction at 1C// +E=58*10^3;//activation energy in J/mol// +T=1;//temperature in C// +T1=T+273;//in kelvin// +R=8.314;//value of constant R in J/K.mol// +lA=log10(k)+(E/(2.303*R*T1)); +k1=10^4;//value of k in /sec at some temperature// +a=log10(k1); +b=lA-a; +T2=E/(2.303*R*b); +printf("The temperature at which k=1*10^4/sec is %fK",T2); \ No newline at end of file -- cgit