diff options
Diffstat (limited to '1286/CH9/EX9.6/9_6.sce')
-rwxr-xr-x | 1286/CH9/EX9.6/9_6.sce | 7 |
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)
|