Revised simplex method: Difference between revisions

Content deleted Content added
Line 94:
 
==Numerical example==
Consider a linear program where
 
:<math>
\begin{align}
\boldsymbol{c} & =
\begin{bmatrix}
-2 & -3 & -4 & 0 & 0
\end{bmatrix}^{\mathrm{T}}\text{,} \\
\boldsymbol{A} & =
\begin{bmatrix}
3 & 2 & 1 & 1 & 0 \\
2 & 5 & 3 & 0 & 1
\end{bmatrix}\text{,} \\
\boldsymbol{b} & =
\begin{bmatrix}
10 \\
15
\end{bmatrix}\text{.}
\end{align}
</math>
 
Initially, {{math|'''''B''''' {{=}} &#91;'''''A'''''<sub>4</sub>&ensp;'''''A'''''<sub>5</sub>&#93;}}, which corresponds to a feasible vertex {{math|'''''x''''' {{=}} &#91;0&ensp;0&ensp;0&ensp;10&ensp;15&#93;<sup>T</sup>}}.
 
==Practical issues==