Simplex Method For Standard Maximization Problem
Simplex Method For Standard Maximization Problem
Example
To get the basic solution corresponding to any tableau in the In the following tableau
simplex method, set to zero all variables that do not appear
as row labels (these are the inactive variables).
x y z s t u p Ans
The value of a variable that does appear as a row label (an
active variable) is the number in the rightmost column in
that row divided by the number in that row in the column
labeled by the same variable.
1 0 0 0 4
1 0 3 0 0 8 0 12
4 0 0 0 3 0 0 2
5
2 0 0 0 6 0 4
6 0 0 0 0 0 5 25
the basic solution is
x = 0, y = 2, z =
4, s = 4, t = 2/3,
u = 0, p = 5,
Example
ax + by + cz + . . .
(called the objective function), subject
to a number of linear constraints of
the form
Ax + By + Cz + . . . N
or
Ax + By + Cz + . . . N.
The largest or smallest value of the
objective function is called the
optimal value, and a collection of
values of x, y, z, . . . that gives the
optimal value constitutes an optimal
solution. The variables x, y, z, . . . are
called the decision variables.
Top of Page
Example
To sketch the linear inequality
3x 4y 12,
first sketch the line 3x 4y = 12.
good choice).
C. If the test point satisfies the
inequality, then the set of solutions is
the entire region on the same side of
the line as the test point. Otherwise it
is the region on the other side of the
line. In either case, shade out the side
that does not contain the solutions,
leaving the solution region showing.
Top of Page
Feasible Region
Example
3x 4y 12,
x + 2y 4
x1
y 0.
Top of Page
Graphical Method
Example
x 1, y 0.
A. Graph the feasible region.
B. Compute the coordinates of the
corner points.
C. Substitute the coordinates of the
corner points into the objective
function to see which gives the optimal
value.
D. If the feasible region is not
bounded, this method can be
misleading: optimal solutions always
exist when the feasible region is
bounded, but may or may not exist
when the feasible region is unbounded.
The textbook shows a straightforward
way for determining whether optimal
solutions exist in the case of
unbounded feasible regions.
If you want to see a utility that
automates the whole process, try our
Linear Programming Grapher. It does
everything automatically!
minimum
(4, 0) 3(4)+4(0) = 12
Therefore, the solution is x = 1, y = 1.5, giving the
minimum value C = 9.
Top of Page
Try It!
Unbounded Solution
For some linear programs it is possible to make the objective arbitrarily small
(without bound). Such an LP is said to have an unbounded solution.