Skip to content

Commit

Permalink
added biblio
Browse files Browse the repository at this point in the history
  • Loading branch information
mtod92 committed Dec 19, 2023
1 parent a0662a2 commit f7f1062
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions paper.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,12 +130,12 @@ W_1\ln[X_1] + W_2\ln[X_2] +...+ W_n\ln[X_n]=\Bigl\{[X_i]_{tot}* \Bigl( \frac{W_1

Let’s now address the simple example presented previously by setting up the system of equations (Eq. 1-5) to be linearized and simultaneously solved:
\begin{equation}
\left\{\begin{array}{@{}l@{}}
\frac{[AB_2]}{[A][B]^2} = K_1 \\
\frac{[AB_2C]}{[AB_2][C]} = K_2 \\
[A]_{tot} = [A] + [AB_2] + [AB_2C] \\
[B]_{tot} = [B] + 2[AB_2] + 2[AB_2C] \\
[C]_{tot} = [C] + [AB_2C] \\
\left\{\begin{array}{l}
\frac{[AB_2]}{[A][B]^2} = K_1 &\\
\frac{[AB_2C]}{[AB_2][C]} = K_2 &\\
[A]_{tot} = [A] + [AB_2] + [AB_2C] &\\
[B]_{tot} = [B] + 2[AB_2] + 2[AB_2C] &\\
[C]_{tot} = [C] + [AB_2C]
\end{array}\right.
\end{equation}

Expand Down

0 comments on commit f7f1062

Please sign in to comment.