summaryrefslogtreecommitdiff
path: root/1286/CH9/EX9.11/9_11.sce
diff options
context:
space:
mode:
Diffstat (limited to '1286/CH9/EX9.11/9_11.sce')
-rwxr-xr-x1286/CH9/EX9.11/9_11.sce9
1 files changed, 9 insertions, 0 deletions
diff --git a/1286/CH9/EX9.11/9_11.sce b/1286/CH9/EX9.11/9_11.sce
new file mode 100755
index 000000000..ee01e3a75
--- /dev/null
+++ b/1286/CH9/EX9.11/9_11.sce
@@ -0,0 +1,9 @@
+clc
+//initialisation
+r=3
+n=2
+R=8314
+//CALCULATIONS
+ds=2.3026*n*R*log(r)
+//results
+printf(' \n change in entropy= % 1f j/k',ds)