Explanation of Simplex Method
Explanation of Simplex Method
Introduction
The Simplex method is an approach to solving linear programming models by hand using
slack variables, tableaus, and pivot variables as a means to finding the optimal solution of
an optimization problem. A linear program is a method of achieving the best outcome
given a maximum or minimum equation with linear constraints. Most linear programs can
be solved using an online solver such as MatLab, but the Simplex method is a technique for
solving linear programs by hand. To solve a linear programming model using the Simplex
method the following steps are necessary:
● Standard form
● Introducing slack variables
● Creating the tableau
● Pivot variables
● Creating a new tableau
● Checking for optimality
● Identify optimal values
IMSE Concept Library | Laurel Nichols & Gina Christofaro | Spring 2015 1
A Simplex tableau is used to perform row operations on the linear programming model as
well as to check a solution for optimality. The tableau consists of the coefficient
corresponding to the linear constraint variables and the coefficients of the objective fun
IMSE Concept Library | Laurel Nichols & Gina Christofaro | Spring 2015 2
Step 8: Identify New Pivot Variable
If the solution has been identified as not optimal, a new pivot variable will need to be
determined. The pivot variable was introduced in Step 5 and is used in row operations to
identify which variable will become the unit value and is a key factor in the conversion of
the unit value. The pivot variable can be identified by the intersection of the row with the
smallest non-negative indicator and the smallest negative value in the bottom row.
Conclusion
The Simplex method is an approach for determining the optimal value of a linear program
by hand. The method produces an optimal solution to satisfy the given constraints and
produce a maximum zeta value. To use the Simplex method, a given linear programming
model needs to be in standard form, where slack variables can then be introduced. Using
the tableau and pivot variables, an optimal solution can be reached. From the example
worked throughout this document, it can be determined that the optimal objective value is
64 and can be found when x1=8, x2=0, and x3=0.
IMSE Concept Library | Laurel Nichols & Gina Christofaro | Spring 2015 3