diff options
Diffstat (limited to '1439/CH5/EX5.6')
-rwxr-xr-x | 1439/CH5/EX5.6/5_6.sce | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/1439/CH5/EX5.6/5_6.sce b/1439/CH5/EX5.6/5_6.sce new file mode 100755 index 000000000..d8908bf5f --- /dev/null +++ b/1439/CH5/EX5.6/5_6.sce @@ -0,0 +1,9 @@ +clc
+//initialisation of variables
+SH2O= 45.106 //cal deg^-1 mole^-1
+SH2= 31.211 //cal deg^-1 mole^-1
+SO2= 49.003 //cal deg^-1 mole^-1
+//CALCULATIONS
+dS= SH2O-SH2-0.5*SO2
+//RESULTS
+printf ('change in entropy= %.3f cal deg^-1 mole^-1',dS)
|