summaryrefslogtreecommitdiff
path: root/1439/CH4/EX4.4/4_4.sce
diff options
context:
space:
mode:
Diffstat (limited to '1439/CH4/EX4.4/4_4.sce')
-rwxr-xr-x1439/CH4/EX4.4/4_4.sce9
1 files changed, 9 insertions, 0 deletions
diff --git a/1439/CH4/EX4.4/4_4.sce b/1439/CH4/EX4.4/4_4.sce
new file mode 100755
index 000000000..c52cacf08
--- /dev/null
+++ b/1439/CH4/EX4.4/4_4.sce
@@ -0,0 +1,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)