Paper 3, Section II, H

Optimization | Part IB, 2019

(a) Suppose that ARm×nA \in \mathbb{R}^{m \times n} and bRmb \in \mathbb{R}^{m}, with nmn \geqslant m. What does it mean for xRnx \in \mathbb{R}^{n} to be a basic feasible solution of the equation Ax=b?A x=b ?

Assume that the mm rows of AA are linearly independent, every set of mm columns is linearly independent, and every basic solution has exactly mm non-zero entries. Prove that the extreme points of X(b)={x0:Ax=b}\mathcal{X}(b)=\{x \geqslant 0: A x=b\} are the basic feasible solutions of Ax=bA x=b. [Here, x0x \geqslant 0 means that each of the coordinates of xx are at least 0 .]

(b) Use the simplex method to solve the linear program

max4x1+3x2+7x3 s.t. x1+3x2+x3144x1+3x2+2x35x1+x2x32x1,x2,x30\begin{array}{cl} \max & 4 x_{1}+3 x_{2}+7 x_{3} \\ \text { s.t. } & x_{1}+3 x_{2}+x_{3} \leqslant 14 \\ & 4 x_{1}+3 x_{2}+2 x_{3} \leqslant 5 \\ & -x_{1}+x_{2}-x_{3} \geqslant-2 \\ & x_{1}, x_{2}, x_{3} \geqslant 0 \end{array}

Typos? Please submit corrections to this page on GitHub.