summaryrefslogtreecommitdiff
path: root/1967/CH13/EX13.6/13_6.sce
diff options
context:
space:
mode:
Diffstat (limited to '1967/CH13/EX13.6/13_6.sce')
-rwxr-xr-x1967/CH13/EX13.6/13_6.sce13
1 files changed, 13 insertions, 0 deletions
diff --git a/1967/CH13/EX13.6/13_6.sce b/1967/CH13/EX13.6/13_6.sce
new file mode 100755
index 000000000..99b949248
--- /dev/null
+++ b/1967/CH13/EX13.6/13_6.sce
@@ -0,0 +1,13 @@
+clc
+//initialisation of variables
+clear
+R= 4.576 //cal mole^-1 K^-1
+T= 25 //C
+p1= 122 //mm
+F1= -5.88 //kcal
+F2= -33 //kcal
+//CALCULATIONS
+dF= R*(273.2+T)*log10(p1/760)
+F= F2+F1+(dF/1000)
+//RESULTS
+printf ('Standard free energy change = %.f kcal',F)