summaryrefslogtreecommitdiff
path: root/2465/CH5/EX5.16/Example_16.sce
blob: 90d6670a22fa923763e0fd4bb62565dbf38e91e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
//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