summaryrefslogtreecommitdiff
path: root/1652/CH10/EX10.1
diff options
context:
space:
mode:
Diffstat (limited to '1652/CH10/EX10.1')
-rwxr-xr-x1652/CH10/EX10.1/10_1.sce10
1 files changed, 10 insertions, 0 deletions
diff --git a/1652/CH10/EX10.1/10_1.sce b/1652/CH10/EX10.1/10_1.sce
new file mode 100755
index 000000000..8da48107f
--- /dev/null
+++ b/1652/CH10/EX10.1/10_1.sce
@@ -0,0 +1,10 @@
+clc
+//Initialization of variables
+T2=100+273.2 //K
+T1=50+273.2 //K
+n=1 //mol
+R=1.987 //cal/deg mol
+//calculations
+dS=5/2 *n*R*2.303*log10(T2/T1)
+//results
+printf("Change in entropy = %.3f eu",dS)