You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -48,15 +48,15 @@ EnSim uses the Newton-Raphson iteration method described by Gordon & McBride (NA
48
48
1.**Initialize**: Estimate species moles from stoichiometry
49
49
2.**Iterate**: Solve the linearized system:
50
50
51
-
$$\begin{bmatrix} \nabla^2 G & A^T \\ A & 0 \end{bmatrix} \begin{bmatrix} \Delta n \\ \lambda \end{bmatrix} = \begin{bmatrix} -\nabla G \\ b - An \end{bmatrix}$$
51
+
$$\begin{bmatrix} \nabla^{2} G & A^{T} \\ A & 0 \end{bmatrix} \begin{bmatrix} \Delta n \\ \lambda \end{bmatrix} = \begin{bmatrix} -\nabla G \\ b - An \end{bmatrix}$$
52
52
53
53
3.**Convergence**: Check $\|\Delta n / n\| < 10^{-7}$
0 commit comments