summaryrefslogtreecommitdiff
path: root/1439/CH9/EX9.13/9_13.sce
blob: 589862a7ba9f876d894b47a7ffafb66f7ff6c634 (plain)
1
2
3
4
5
6
7
8
9
clc 
//initialisation of variables
Kc= 2.7*10^2
R= 1.987 //cal mole^-1 deg^-1
T= 43.9 //c
//CALCULATIONS
dG= -R*(273.1+T)*2.303*log10(Kc)
//RESULTS
printf ('dG= %.1f cal ',dG)