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/CH4/EX4.19/4_19.sce | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100755 1388/CH4/EX4.19/4_19.sce (limited to '1388/CH4/EX4.19') diff --git a/1388/CH4/EX4.19/4_19.sce b/1388/CH4/EX4.19/4_19.sce new file mode 100755 index 000000000..6f69a8b6c --- /dev/null +++ b/1388/CH4/EX4.19/4_19.sce @@ -0,0 +1,13 @@ +clc +//initialisation of variables +H= -68317.4 //cal +S= 16.716 //cal +S1= 49.003 //cal +S2= 31.211 //cal +T= 25 //C +//CALCULATIONS +H1= 2*H +S3= 2*S-(S1+2*S2) +G= H1-(T+273.16)*S3 +//RESULTS +printf (' Gibs free energy= %.1f cal',G) -- cgit