diff options
Diffstat (limited to '3825/CH6/EX6.4/Ex6_4.sce')
-rw-r--r-- | 3825/CH6/EX6.4/Ex6_4.sce | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/3825/CH6/EX6.4/Ex6_4.sce b/3825/CH6/EX6.4/Ex6_4.sce new file mode 100644 index 000000000..af4f0cc9e --- /dev/null +++ b/3825/CH6/EX6.4/Ex6_4.sce @@ -0,0 +1,6 @@ +clc
+h3=75.1134 //in kJ/kg
+hf=12.5201 //in kJ/kg
+hg=176.1723 //in kJ/kg
+X=(h3-hf)/(hg-hf)
+mprintf("X=%f\n",X)//ans vary due to roundoff error
|