Lecture 2
Lecture 2
Definition
Let a be a nonzero vector in Rn and let b be a scalar.
1 The set {x ∈ Rn : aT x = b} is called a hyperplane.
Definition
Let a be a nonzero vector in Rn and let b be a scalar.
1 The set {x ∈ Rn : aT x = b} is called a hyperplane.
2 The set {x ∈ Rn : aT x ≥ b} is called a half plane.
of the vectors x 1 , . . . , x k .
of the vectors x 1 , . . . , x k .
2 The convex hull of the vectors x 1 , . . . , x k is the set of all
convex combinations of these vectors.
Corollary
Given a finite number of linear inequality constraints, there
can only be a finite number of basic or basic feasible solutions.
1 1 2 1 0 0 0 8
0 1 6 0 1 0 0 12
x =
4 .
1 0 0 0 0 1 0
0 1 0 0 0 0 1 6
1 1 2 1 0 0 0 8
0 1 6 0 1 0 0 12
x =
4 .
1 0 0 0 0 1 0
0 1 0 0 0 0 1 6
1 1 2 1 0 0 0 8
0 1 6 0 1 0 0 12
x =
4 .
1 0 0 0 0 1 0
0 1 0 0 0 0 1 6
x1 + x2 + 2x3 ≤8
x2 + 6x3 ≤ 12
x1 ≤4
x2 ≤6
x1 , x2 , x3 ≥ 0.
x1 + x2 + 2x3 ≤8
x2 + 6x3 ≤ 12
x1 ≤4
x2 ≤6
x1 , x2 , x3 ≥ 0.
We have
x 1 = (2, 6, 0) is a nondegenerate basic feasible solution,
x1 + x2 + 2x3 ≤8
x2 + 6x3 ≤ 12
x1 ≤4
x2 ≤6
x1 , x2 , x3 ≥ 0.
We have
x 1 = (2, 6, 0) is a nondegenerate basic feasible solution,
x 2 = (4, 0, 2) is a degenerate basic feasible solution.
P = {x ∈ Rn : Ax = b, x ≥ 0}
1 1 2 1 0 0 0 8
0 1 6 0 1 0 0 12
x =
4 .
1 0 0 0 0 1 0
0 1 0 0 0 0 1 6
1 1 2 1 0 0 0 8
0 1 6 0 1 0 0 12
x =
4 .
1 0 0 0 0 1 0
0 1 0 0 0 0 1 6
1 1 2 1 0 0 0 8
0 1 6 0 1 0 0 12
x =
4 .
1 0 0 0 0 1 0
0 1 0 0 0 0 1 6
Theorem
Suppose that the polyhedron
P = {x ∈ Rn : Ax ≥ b}
Theorem
Consider the linear programming problem of minimizing c T x
over a polyhedron P. Suppose that P has at least one extreme
point and that there exists an optimal solution. Then there
exists an optimal solution which is an extreme point of P.
Corollary
Consider the linear programming problem of minimizing c T x
over a nonempty polyhedron. Then, either the optimal value is
equal to −∞, or there is an optimal solution.
subject to
4x1 + 2x2 + x3 = 5
x1 + 3x2 =1
xj ≥ 0, j = 1, 2, 3.
subject to
x1 + 2x2 ≥ 2
2x − 3x ≤ 6
1 2
4x1 + 5x2 ≤ 20
x1 , x2 ≥ 0.