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.14/4_14.sce | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100755 1388/CH4/EX4.14/4_14.sce (limited to '1388/CH4/EX4.14/4_14.sce') diff --git a/1388/CH4/EX4.14/4_14.sce b/1388/CH4/EX4.14/4_14.sce new file mode 100755 index 000000000..962f963e7 --- /dev/null +++ b/1388/CH4/EX4.14/4_14.sce @@ -0,0 +1,13 @@ +clc +//initialisation of variables +T= 25 //C +T1= 100 //C +R= 1.9872 //cal /mole K +p= 1 //atm +p1= 10 //atm +//CALCULATIONS +S= 3.5*R*log((T1+273)/(T+273)) +S1= S+R*log(p/p1) +//RESULTS +printf (' increase in entropy= %.2f cal deg^-1',S) +printf (' \n increase in entropy= %.2f cal deg^-1',S1) -- cgit