summaryrefslogtreecommitdiff
path: root/3557/CH10/EX10.8/Ex10_8.sce
diff options
context:
space:
mode:
Diffstat (limited to '3557/CH10/EX10.8/Ex10_8.sce')
-rw-r--r--3557/CH10/EX10.8/Ex10_8.sce8
1 files changed, 8 insertions, 0 deletions
diff --git a/3557/CH10/EX10.8/Ex10_8.sce b/3557/CH10/EX10.8/Ex10_8.sce
new file mode 100644
index 000000000..82e1ddb1e
--- /dev/null
+++ b/3557/CH10/EX10.8/Ex10_8.sce
@@ -0,0 +1,8 @@
+//Example 10.8//
+x=4.5;//wt % // x is the overall composition
+xk=0;//wt % // composition for two phases
+xth=53;//wt % //coposition for two phases
+//(a)
+wt=(x-xk)/(xth-xk)*100
+mprintf("wt = %f percent",wt)
+mprintf("\n As the G.P zones are precursors to the equlibrium precipitation the maximum amount would be 8.49 percent")