summaryrefslogtreecommitdiff
path: root/1388/CH6/EX6.18/6_18.sce
diff options
context:
space:
mode:
Diffstat (limited to '1388/CH6/EX6.18/6_18.sce')
-rwxr-xr-x1388/CH6/EX6.18/6_18.sce11
1 files changed, 11 insertions, 0 deletions
diff --git a/1388/CH6/EX6.18/6_18.sce b/1388/CH6/EX6.18/6_18.sce
new file mode 100755
index 000000000..b20b7d198
--- /dev/null
+++ b/1388/CH6/EX6.18/6_18.sce
@@ -0,0 +1,11 @@
+clc
+//initialisation of variables
+H= -57240 //cal
+T= 2257 //C
+Hh= -54.60 //cal
+Ho= -38.56 //cal
+HO= -57.08 //cal
+//CALCULATIONS
+H1= H-T*(2*Hh-2*Ho-HO)
+//RESULTS
+printf (' Enthalpy = %.1f cal ',H1+5)