summaryrefslogtreecommitdiff
path: root/2006/CH14/EX14.2
diff options
context:
space:
mode:
Diffstat (limited to '2006/CH14/EX14.2')
-rwxr-xr-x2006/CH14/EX14.2/ex14_2.sce6
1 files changed, 6 insertions, 0 deletions
diff --git a/2006/CH14/EX14.2/ex14_2.sce b/2006/CH14/EX14.2/ex14_2.sce
new file mode 100755
index 000000000..7dbf1df8a
--- /dev/null
+++ b/2006/CH14/EX14.2/ex14_2.sce
@@ -0,0 +1,6 @@
+clc;
+del_Ho=5640000; // Heat released during the process
+// From the Table 14.1
+del_hfO2=-393509; del_hfH2O=-285830; // Enthalpy of Heat in kJ/kmol
+del_hfsucrose=12*del_hfO2+11*del_hfH2O+del_Ho; // The enthalpy formation of sucrose
+disp ("kJ/kmol (answer mentioned in the textbook is wrong)",del_hfsucrose,"The enthalpy formation of sucrose = ");