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 --- 3159/CH2/EX2.1/Ex2_1.sce | 7 +++++++ 3159/CH2/EX2.1/Ex2_1.txt | 2 ++ 2 files changed, 9 insertions(+) create mode 100755 3159/CH2/EX2.1/Ex2_1.sce create mode 100755 3159/CH2/EX2.1/Ex2_1.txt (limited to '3159/CH2/EX2.1') diff --git a/3159/CH2/EX2.1/Ex2_1.sce b/3159/CH2/EX2.1/Ex2_1.sce new file mode 100755 index 000000000..884133c2c --- /dev/null +++ b/3159/CH2/EX2.1/Ex2_1.sce @@ -0,0 +1,7 @@ +// Calculate the entropy increase +clc +del_h = 6.02 // Heat added in kJ/mol +t_m = 273.15 // mean temperature in kelvin +printf("\n Example 2.1") +del_s = del_h*1e3/t_m +printf("\n Increase in entropy is %.2f J mol^-1 K^-1",del_s) diff --git a/3159/CH2/EX2.1/Ex2_1.txt b/3159/CH2/EX2.1/Ex2_1.txt new file mode 100755 index 000000000..090ff68d0 --- /dev/null +++ b/3159/CH2/EX2.1/Ex2_1.txt @@ -0,0 +1,2 @@ + Example 2.1 + Increase in entropy is 22.04 J mol^-1 K^-1 \ No newline at end of file -- cgit