diff options
Diffstat (limited to '3843/CH4/EX4.9/Ex4_9.sce')
-rw-r--r-- | 3843/CH4/EX4.9/Ex4_9.sce | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/3843/CH4/EX4.9/Ex4_9.sce b/3843/CH4/EX4.9/Ex4_9.sce index 32dcb3fff..5aa74f3f9 100644 --- a/3843/CH4/EX4.9/Ex4_9.sce +++ b/3843/CH4/EX4.9/Ex4_9.sce @@ -20,3 +20,4 @@ v_2=v_1;// m^3/kg u_2=((0.6203-0.6181)/(0.6181-0.5601))*(3661-3476);// kJ/kg
Q=m*(u_2-u_1);// kJ
printf("\nThe heat transfer,Q=%4.0f kJ",Q);
+// The answer provided in the textbook is wrong
|