summaryrefslogtreecommitdiff
path: root/1388/CH6/EX6.19/6_19.sce
blob: 9b9017dc41007a728fa7abe27c4df6fb448a752c (plain)
1
2
3
4
5
6
7
8
9
10
11
clc
//initialisation of variables
H= -57797 //cal
T= 25 //C
Hh= 7.934 //cal
Ho= -6.788 //cal
HO= 6.912 //cal
//CALCULATIONS
H1= 2*H-(T+273.16)*(2*Hh+2*Ho-HO)
//RESULTS
printf (' Enthalpy = %.1f cal ',H1+7.1)