summaryrefslogtreecommitdiff
path: root/1388/CH3/EX3.20/3_20.sce
blob: 40ae9423c21e096a560809f2a5e4eaa66dc4db67 (plain)
1
2
3
4
5
6
7
8
9
10
11
clc
//initialisation of variables
H= -114009.8 //cal
x= -5.6146 //K^-1
y= 0.9466*10^-3 //K^-2
z= 0.1578*10^-6 //K^-3
T= 1000
//CALCULATIONS
H1= H+x*T+y*T^2+z*T^3
//RESULTS
printf (' Enthalpy = %.f cal ',H1)