summaryrefslogtreecommitdiff
path: root/1286/CH9/EX9.6/9_6.sce
diff options
context:
space:
mode:
Diffstat (limited to '1286/CH9/EX9.6/9_6.sce')
-rwxr-xr-x1286/CH9/EX9.6/9_6.sce7
1 files changed, 7 insertions, 0 deletions
diff --git a/1286/CH9/EX9.6/9_6.sce b/1286/CH9/EX9.6/9_6.sce
new file mode 100755
index 000000000..76bc22646
--- /dev/null
+++ b/1286/CH9/EX9.6/9_6.sce
@@ -0,0 +1,7 @@
+clc
+//initialisation of variables
+r=4
+//CALCULATIONS
+w=log(r)
+//results
+printf(' change in entropy = % 1f R/J cal for each',w)