Revised simplex method: Difference between revisions

Content deleted Content added
Optimality conditions: Correction in the last formula for 'lambda' calculation. Was: lambda=B^(-T) c_B. Now it is: lambda=(B^T)^(-1) c_B
Line 73:
:<math>
\begin{align}
\boldsymbol{\lambda} & = (\boldsymbol({B}^{\mathrm{T}})^{-1} \boldsymbol{c_B}, \\
\boldsymbol{s_N} & = \boldsymbol{c_N} - \boldsymbol{N}^{\mathrm{T}} \boldsymbol{\lambda}.
\end{align}