summaryrefslogtreecommitdiff
path: root/1388/CH5/EX5.2/5_2.sce
blob: 489e111c6d7f9ea07a35bcf63f4eef05684baf79 (plain)
1
2
3
4
5
6
7
8
9
10
clc
//initialisation of variables
T= -40 //C
v= 217.4 //cm^3
r= 8.8 // atm deg^-1
m= 18 //gms
//CALCULATIONS
H= (273+T)*(-v*m/1000)*r*(1.987/82.05)
//RESULTS
printf (' Increase in enthalpy = %.f cal mole^-1',H-1)