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 --- 1388/CH3/EX3.22/3_22.sce | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100755 1388/CH3/EX3.22/3_22.sce (limited to '1388/CH3/EX3.22/3_22.sce') diff --git a/1388/CH3/EX3.22/3_22.sce b/1388/CH3/EX3.22/3_22.sce new file mode 100755 index 000000000..b0756614c --- /dev/null +++ b/1388/CH3/EX3.22/3_22.sce @@ -0,0 +1,14 @@ +clc +//initialisation of variables +T= 298 //K +R= 1.987 //atmcc/mol K +x= 128.16 +y= 0.9241 +H= -8739 //cal +n1= 10 //mol +n2= 12 //mol +//CALCULATIONS +E= (x/y)*H +H= (E+R*T*(n1-n2))/1000 +//RESULTS +printf (' Enthalpy = %.f kcal mole^-1 ',H) -- cgit