Content deleted Content added
Tags: Reverted Mobile edit Mobile web edit Advanced mobile edit |
Tags: Reverted Mobile edit Mobile web edit Advanced mobile edit |
||
Line 75:
:<math>
\begin{bmatrix}
1 & -\mathbf{c}^
0 & \mathbf{A} & \mathbf{b}
\end{bmatrix}
</math>
The first row defines the objective function and the remaining rows specify the constraints. The zero in the first column represents the zero vector of the same dimension as vector ''b''. (Different authors use different conventions as to the exact layout). If the columns of A can be rearranged so that it contains the [[identity matrix]] of order ''p'' (the number of rows in A) then the tableau is said to be in ''canonical form''.<ref>{{harvtxt|Murty|1983|loc=section 2.3.2}}</ref> The variables corresponding to the columns of the identity matrix are called ''basic variables'' while the remaining variables are called ''nonbasic'' or ''free variables''. If the values of the nonbasic variables are set to 0, then the values of the basic variables are easily obtained as entries in ''b'' and this solution is a basic feasible solution. The algebraic interpretation here is that the coefficients of the linear equation represented by each row are either
Conversely, given a basic feasible solution, the columns corresponding to the nonzero variables can be expanded to a nonsingular matrix. If the corresponding tableau is multiplied by the inverse of this matrix then the result is a tableau in canonical form.<ref>{{harvtxt|Murty|1983|loc=section 3.12}}</ref>
Line 87:
:<math>
\begin{bmatrix}
1 & -\mathbf{c}^
0 & I & \mathbf{D} & \mathbf{b}
\end{bmatrix}
Line 95:
:<math>
\begin{bmatrix}
1 & 0 & -\bar{\mathbf{c}}^
0 & I & \mathbf{D} & \mathbf{b}
\end{bmatrix}
|