You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

18 lines
463 B

// Constants:
const double T;
const int i;
// Probability of there being i Mg molecules at time T?
P=? [ true U[T,T] mg=i ]
// Probability of there being i Mg+ molecules at time T?
P=? [ true U[T,T] mg_p=i ]
// Probability of there being i Mg+2 molecules at time T?
P=? [ true U[T,T] N1-(mg_p+mg)=i ]
// Expected percentage of Mg/Mg+/Mg+2 molecules at time T?
R=? [ I=T ]
// Expected long-run percentage of Mg/Mg+/Mg+2 molecules?
R=? [ S ]