summaryrefslogtreecommitdiff
path: root/3825/CH3/EX3.14
diff options
context:
space:
mode:
Diffstat (limited to '3825/CH3/EX3.14')
-rw-r--r--3825/CH3/EX3.14/Ex3_14.sce6
1 files changed, 6 insertions, 0 deletions
diff --git a/3825/CH3/EX3.14/Ex3_14.sce b/3825/CH3/EX3.14/Ex3_14.sce
new file mode 100644
index 000000000..6577ba256
--- /dev/null
+++ b/3825/CH3/EX3.14/Ex3_14.sce
@@ -0,0 +1,6 @@
+clc
+hf=504.7
+hg=2706.3
+h=2600
+X=(h-hf)/(hg-hf)//from relation h=Xhg+(1-X)hf
+mprintf("X=%f",X)//ans may vary due to roundoff error