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 --- 1922/CH4/EX4.6/4_6.sce | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100755 1922/CH4/EX4.6/4_6.sce (limited to '1922/CH4/EX4.6') diff --git a/1922/CH4/EX4.6/4_6.sce b/1922/CH4/EX4.6/4_6.sce new file mode 100755 index 000000000..a917aa73c --- /dev/null +++ b/1922/CH4/EX4.6/4_6.sce @@ -0,0 +1,12 @@ + +clc +clear +//Initialization of variables +s1=218.8 //kJ/kmol K +s2=188.85 //kJ/kmol K +s3=237.8 //kJ/kmol K +s4=205.2 //kJ/kmol K +//calculations +ds=s1+s2-s3-0.5*s4 +//results +printf("Entropy change = %.2f kJ/kmol K",ds) -- cgit