blob: a45c5583479f1861b1653f3f0b412907418c61ac (
plain)
1
2
3
4
5
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)
|