summaryrefslogtreecommitdiff
path: root/1439/CH4/EX4.4/4_4.sce
blob: c52cacf08f482a66b984fd96430686a8284cea76 (plain)
1
2
3
4
5
6
7
8
9
clc 
//initialisation of variables
dH= -310.615 //kcal
HfCO2= -94.52 //kcal
HfH2O= -68.3174 //kcal
//CALCULATIONS
HfCH2= -dH+2*HfCO2+HfH2O
//RESULTS
printf ('Enthalpy of formation of acetylene= %.3f kcal mole^-1',HfCH2)