summaryrefslogtreecommitdiff
path: root/3159/CH2/EX2.1
diff options
context:
space:
mode:
authorpriyanka2015-06-24 15:03:17 +0530
committerpriyanka2015-06-24 15:03:17 +0530
commitb1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (patch)
treeab291cffc65280e58ac82470ba63fbcca7805165 /3159/CH2/EX2.1
downloadScilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.gz
Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.bz2
Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.zip
initial commit / add all books
Diffstat (limited to '3159/CH2/EX2.1')
-rwxr-xr-x3159/CH2/EX2.1/Ex2_1.sce7
-rwxr-xr-x3159/CH2/EX2.1/Ex2_1.txt2
2 files changed, 9 insertions, 0 deletions
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