summaryrefslogtreecommitdiff
path: root/1019/CH3/EX3.17/Example_3_17.sce
diff options
context:
space:
mode:
Diffstat (limited to '1019/CH3/EX3.17/Example_3_17.sce')
-rw-r--r--1019/CH3/EX3.17/Example_3_17.sce14
1 files changed, 14 insertions, 0 deletions
diff --git a/1019/CH3/EX3.17/Example_3_17.sce b/1019/CH3/EX3.17/Example_3_17.sce
new file mode 100644
index 000000000..41de7fdcb
--- /dev/null
+++ b/1019/CH3/EX3.17/Example_3_17.sce
@@ -0,0 +1,14 @@
+//Example 3.17
+clear;
+clc;
+
+//Given
+DHCC=348;//bond energy of C-C bond in kJ
+DHCH=413;//bond energy of C-H bond in kJ
+DHHH=436;//half of the bond energy in hydrogen molecule in kJ
+DHC2C=610;//bond energy of C=C bond in kJ
+
+//To determine enthalpy change
+delHf=DHC2C+DHHH-(2*DHCH)-DHCC;//enthalpy change in kJ
+mprintf('Enthalpy change = %f kJ',delHf);
+//end \ No newline at end of file