diff options
Diffstat (limited to '3825/CH6/EX6.2/Ex6_2.sce')
-rw-r--r-- | 3825/CH6/EX6.2/Ex6_2.sce | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/3825/CH6/EX6.2/Ex6_2.sce b/3825/CH6/EX6.2/Ex6_2.sce new file mode 100644 index 000000000..8da3b7f79 --- /dev/null +++ b/3825/CH6/EX6.2/Ex6_2.sce @@ -0,0 +1,5 @@ +clc
+he=2609.9 //in kJ/kg
+hi=3072.1 //in kJ/kg
+ve=sqrt(2*(hi-he)*10^3)
+mprintf("ve=%fm/s",ve)//ans vary due to roundoff error
|