Assignment:
Question: Solve the following LP with appropriate iterative method. Do not forget to write all basic and nonbasic variables, and entering and leaving variables at each iteration.
Min z = 2x1 + 3x2 + 2x3
s.t. x1 + 4x2 + 2x3 ≥ 8
3x1 + 2x2 ≥ 6
x1, x2, x3 ≥ 0