summaryrefslogtreecommitdiff
path: root/1967/CH13/EX13.10/13_10.sce
diff options
context:
space:
mode:
Diffstat (limited to '1967/CH13/EX13.10/13_10.sce')
-rwxr-xr-x1967/CH13/EX13.10/13_10.sce18
1 files changed, 18 insertions, 0 deletions
diff --git a/1967/CH13/EX13.10/13_10.sce b/1967/CH13/EX13.10/13_10.sce
new file mode 100755
index 000000000..3c123d514
--- /dev/null
+++ b/1967/CH13/EX13.10/13_10.sce
@@ -0,0 +1,18 @@
+clc
+//initialisation of variables
+clear
+F1= 24.423//cal deg^-1
+F2= 21.031 //cal deg^-1
+F3= 37.172 //cal deg^-1
+H1= 2.024 //kcal
+H2= 1.035 //kcal
+H3= 2.365 //kcal
+H= -57.8 //kcal
+T= 25 //C
+//CALCULATIONS
+dF= F3-F1-F2
+dH= H3-H1-H2
+Hf= H-dH
+F= Hf-((273.2+T)*dF*10^-3)
+//RESULTS
+printf ('Standard free energy = %.2f kcal',F)