From b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b Mon Sep 17 00:00:00 2001 From: priyanka Date: Wed, 24 Jun 2015 15:03:17 +0530 Subject: initial commit / add all books --- 821/CH5/EX5.10/5_10.sce | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 821/CH5/EX5.10/5_10.sce (limited to '821/CH5/EX5.10') 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); -- cgit