summaryrefslogtreecommitdiff
path: root/821/CH5/EX5.5/5_5.sce
diff options
context:
space:
mode:
Diffstat (limited to '821/CH5/EX5.5/5_5.sce')
-rwxr-xr-x821/CH5/EX5.5/5_5.sce5
1 files changed, 5 insertions, 0 deletions
diff --git a/821/CH5/EX5.5/5_5.sce b/821/CH5/EX5.5/5_5.sce
new file mode 100755
index 000000000..2ba08e477
--- /dev/null
+++ b/821/CH5/EX5.5/5_5.sce
@@ -0,0 +1,5 @@
+dHfFe2O3=-196.5;//dHf value of Fe2O3 in kcal per mol//
+dHfCO2=-94.05;//dHf value of CO2 in kcal per mol//
+dHfCO=-26.41;//dHf value of CO in kcal per mol//
+dH298=(3*dHfCO2-dHfFe2O3-3*dHfCO);//enthalphy change at 298K in Kcal//
+printf('Enthalpy change for the reduction of Fe2O3 by Co at 298K=%fKcal',dH298);