diff options
Diffstat (limited to '2489/CH11/EX11.4/11_4.sce')
-rwxr-xr-x | 2489/CH11/EX11.4/11_4.sce | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/2489/CH11/EX11.4/11_4.sce b/2489/CH11/EX11.4/11_4.sce new file mode 100755 index 000000000..7de47462d --- /dev/null +++ b/2489/CH11/EX11.4/11_4.sce @@ -0,0 +1,10 @@ +clc
+//Intitalisation of variables
+clear
+dH= 12300 //cal
+T= 25 //C
+dS= -60.1 //cal deg^-1 mole^-1
+//CALCULATIONS
+dF= dH-dS*(273+T)
+//RESULTS
+printf ('Standard free energy of formation = %.f cal mole^-1 ',dF-10)
|