summaryrefslogtreecommitdiff
path: root/1388/CH6/EX3.12
diff options
context:
space:
mode:
Diffstat (limited to '1388/CH6/EX3.12')
-rwxr-xr-x1388/CH6/EX3.12/6_12.sce14
1 files changed, 14 insertions, 0 deletions
diff --git a/1388/CH6/EX3.12/6_12.sce b/1388/CH6/EX3.12/6_12.sce
new file mode 100755
index 000000000..e029bc24d
--- /dev/null
+++ b/1388/CH6/EX3.12/6_12.sce
@@ -0,0 +1,14 @@
+clc
+//initialisation of variables
+T= 298.2 //K
+T1= 1000 //K
+R= 1.987 //cal/mol K
+k= -2.52
+G= 34500 //cal
+G3= 4.63 //kcal
+//CALCULATIONS
+G1= -R*T1*2.303*k
+G2= ((T*G1/T1)-(G*(T-T1)/T1)-1.5*R*T*2.303*log10(T/T1))/1000
+G4= (G2+G3)/2
+//RESULTS
+printf (' Standard free energy = %.2f kcal mole^-1 ',G4)