diff options
Diffstat (limited to '821/CH5/EX5.10')
-rwxr-xr-x | 821/CH5/EX5.10/5_10.sce | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/821/CH5/EX5.10/5_10.sce b/821/CH5/EX5.10/5_10.sce new file mode 100755 index 000000000..b0e2ae978 --- /dev/null +++ b/821/CH5/EX5.10/5_10.sce @@ -0,0 +1,5 @@ +dHfH2O=-68.32;//dHf value of H2O in kcal per mol//
+dHfCO2=-94.05;//dHf value of CO2 in kcal per mol//
+dH298=-208.34;//enthalphy change at 298K in Kcal//
+dHfCH3COOH=(2*dHfH2O+2*dHfCO2-dH298);//dHf value of CH3COOH in Kcal per mol//
+printf('Standard enthalpy of formation of CH3COOH=%fKcal per mol',dHfCH3COOH);
|