O N L I N E T U T O R I A L
The Simplex Method of Linear Programming
DISCUSSION QUESTIONS
1. The fundamental purpose of the simplex procedure is to ena-
ble solutions to be found for sets of simultaneous equations in
which the number of variables exceeds the number of equations.
The simplex procedure is:
◼ Divide each value in the pivot row by the pivot number and
the pivot column except, cj, zj and cj – zj.
◼ Compute the zj as the sum of each column’s values multi-
cj – zj values are positive, you have an optimal solution.
Otherwise, return to first step.
2. Differences between graphical and simplex methods:
method is used); simplex checks a lesser number of
◼ Both find optimal solution at a corner point.
◼ Both require a feasible region and the same problem struc-
ture (objective function and constraints).
3. Pivot column:
◼ Select the variable column with the largest positive cj – zj
value (in a maximization problem) or largest negative cj – zj
value (in a minimization problem).
Pivot row:
4. In a maximization problem, the variable with the largest ob-
2.5, will enter first.
5. Slack variables are added only to “less than” constraints for
6. Steps in a simplex maximization problem:
◼ Step 1: Determine which variable enters the solution next.
◼ Step 2: Determine which variable to replace.
7. A surplus variable, used to convert “greater than” constraints
END–OF-TUTORIAL PROBLEMS