summaryrefslogtreecommitdiff
path: root/3557/CH9/EX9.10/Ex9_10.sce
diff options
context:
space:
mode:
Diffstat (limited to '3557/CH9/EX9.10/Ex9_10.sce')
-rw-r--r--3557/CH9/EX9.10/Ex9_10.sce7
1 files changed, 7 insertions, 0 deletions
diff --git a/3557/CH9/EX9.10/Ex9_10.sce b/3557/CH9/EX9.10/Ex9_10.sce
new file mode 100644
index 000000000..a939d6ed5
--- /dev/null
+++ b/3557/CH9/EX9.10/Ex9_10.sce
@@ -0,0 +1,7 @@
+//Example 9.10//
+
+x=4.5;//wt % //x is overall composition
+xk=0;//wt %//composition of two phases
+xth=53;//wt % //composition of two phases
+wt=(x-xk)/(xth-xk)*100
+mprintf("wt = %f percent ",wt)