diff options
Diffstat (limited to '3825/CH6/EX6.5/Ex6_5.sce')
-rw-r--r-- | 3825/CH6/EX6.5/Ex6_5.sce | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/3825/CH6/EX6.5/Ex6_5.sce b/3825/CH6/EX6.5/Ex6_5.sce new file mode 100644 index 000000000..1e813888b --- /dev/null +++ b/3825/CH6/EX6.5/Ex6_5.sce @@ -0,0 +1,6 @@ +clc
+he=2686.16 //in kJ/kg
+hf=908.59 //in kJ/kg
+hg=2797.2 //in kJ/kg
+X=(he-hf)/(hg-hf)
+mprintf("X=%f",X)//ans vary due to roundoff error
|