summaryrefslogtreecommitdiff
path: root/1388/CH6/EX6.16/6_16.sce
blob: e13cf403d48b2fe3f8678b555c5180a40503e467 (plain)
1
2
3
4
5
6
7
8
9
clc
//initialisation of variables
T= 2000 //K
R= 1.987 //cal /mol K
G= 31160 //cal
//CALULATIONS
Kp= 10^(-G/(2.303*R*T))
//RESULTS
printf ('Equilibrium constant = %.2e ',Kp  )