diff options
Diffstat (limited to '1286/CH9/EX9.17/9_17.sce')
-rwxr-xr-x | 1286/CH9/EX9.17/9_17.sce | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/1286/CH9/EX9.17/9_17.sce b/1286/CH9/EX9.17/9_17.sce new file mode 100755 index 000000000..6f357cdda --- /dev/null +++ b/1286/CH9/EX9.17/9_17.sce @@ -0,0 +1,11 @@ +clc
+//initialisation of variables
+m1=1//gm
+m2=28
+cv=0.18
+T2=373//k
+T1=323//k
+//CALCULATIONS
+ds=m1*cv*log(T2/T1)/m2
+//results
+printf(' change in entropy = % 1f cal/k',ds)
|