diff options
Diffstat (limited to '3557/CH10/EX17.10/Ex10_10.sce')
-rw-r--r-- | 3557/CH10/EX17.10/Ex10_10.sce | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/3557/CH10/EX17.10/Ex10_10.sce b/3557/CH10/EX17.10/Ex10_10.sce new file mode 100644 index 000000000..a45c55834 --- /dev/null +++ b/3557/CH10/EX17.10/Ex10_10.sce @@ -0,0 +1,6 @@ +//Example 10.10//
+xc=15;//mol % //cubic phase composition of CaO
+x=7;//mol % //x for overall composition
+xm=2;//mol % //monoclinic phase composition of CaO
+m=(xc-x)/(xc-xm)*100
+mprintf("m = %i mol percent",m)
|