summaryrefslogtreecommitdiff
path: root/1388/CH6/EX6.9/6_9.sce
blob: edede38dd6b066581546c4b4e2f3f154d43c7a48 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
clc
//initialisation of variables
H= 21600 //cal
S= 50.339 //cal
S1= 49.003 //cal
S2= 45.767 //cal
T= 298.2 //K
//CALCULATIONS
H1= 2*H
S1= 2*S-S1-S2
G= H1-T*S1
Gj= G/(2*1000)
//RESULTS
printf (' free energy of formation = %.3f kcal  ',Gj)