diff options
Diffstat (limited to '3843/CH6/EX6.7')
-rw-r--r-- | 3843/CH6/EX6.7/Ex6_7.sce | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/3843/CH6/EX6.7/Ex6_7.sce b/3843/CH6/EX6.7/Ex6_7.sce new file mode 100644 index 000000000..e18cee862 --- /dev/null +++ b/3843/CH6/EX6.7/Ex6_7.sce @@ -0,0 +1,8 @@ +// Example 6_7
+clc;funcprot(0);
+// Given data
+R=53.3/778;// Btu/lbm-°R
+
+// Calculation
+delS=R*log(2);// The entropy change in Btu/lbm-°R
+printf("\nThe entropy change,delS=%0.5f Btu/lbm-°R",delS);
|