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 --- 1967/CH13/EX13.10/13_10.sce | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100755 1967/CH13/EX13.10/13_10.sce (limited to '1967/CH13/EX13.10') diff --git a/1967/CH13/EX13.10/13_10.sce b/1967/CH13/EX13.10/13_10.sce new file mode 100755 index 000000000..3c123d514 --- /dev/null +++ b/1967/CH13/EX13.10/13_10.sce @@ -0,0 +1,18 @@ +clc +//initialisation of variables +clear +F1= 24.423//cal deg^-1 +F2= 21.031 //cal deg^-1 +F3= 37.172 //cal deg^-1 +H1= 2.024 //kcal +H2= 1.035 //kcal +H3= 2.365 //kcal +H= -57.8 //kcal +T= 25 //C +//CALCULATIONS +dF= F3-F1-F2 +dH= H3-H1-H2 +Hf= H-dH +F= Hf-((273.2+T)*dF*10^-3) +//RESULTS +printf ('Standard free energy = %.2f kcal',F) -- cgit