summaryrefslogtreecommitdiff
path: root/3856/CH8/EX8.7/Ex8_7.sce
blob: 3e0e790360c0240351199439403ad8e1a18161d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
//Expression for Chemical Potential of Mg3(PO4)2

//Example 8.7

clc;
clear;

v1=3;

v2=2;

v=5;

mv=((v1^v1)*(v2^v2))^(1/v);

printf("mu(Mg3(PO4)2) = mu0(Mg3(PO4)2)+ %.0f",v);

printf("RTln(%.2fm)",mv);