From d1e070fe2d77c8e7f6ba4b0c57b1b42e26349059 Mon Sep 17 00:00:00 2001 From: prashantsinalkar Date: Sat, 3 Feb 2018 10:59:42 +0530 Subject: Modified the code --- 2465/CH5/EX5.16/Ex5_16.sce | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 2465/CH5/EX5.16/Ex5_16.sce (limited to '2465/CH5/EX5.16') diff --git a/2465/CH5/EX5.16/Ex5_16.sce b/2465/CH5/EX5.16/Ex5_16.sce deleted file mode 100644 index 90d6670a2..000000000 --- a/2465/CH5/EX5.16/Ex5_16.sce +++ /dev/null @@ -1,19 +0,0 @@ -//Chapter-5,Example 16,Page 128 -clc(); -close(); - -t_half = 600 // half life - -K=0.693/t_half - -Ea=98600 //activation energy - -A= 4*10^13 //Arrhenius factor - -R=8.316 //gas constant - -T=Ea/(2.303*R*log10(A/K)) - -printf('temperature is %.f K',T) - -//mistake in textbook -- cgit