Linear Optimization (1:640:354:05)
Spring 1999, Professor Ben-Israel
Assignment 4: Simplex Algorithm & Duality
Date: Tuesday, February 23
Due: Tuesday, February 25
This assignment has four problems, of equal weight.
1 Given any matrix A, and vectors b and
c (such that the multiplications below are defined), consider the
pair of dual problems
  (P)  
max cTx   s.t.  
Ax = b,   x > 0
  (D)  
min bT y   s.t.  
ATy > c
-
Give examples to show that all 4 cases of the Duality Theorem are possible.
-
Use the Duality Theorem to prove Farkas' Lemma: Given any matrix A
and vector b, the following statements are equivalent:
- The system Ax = b,   x > 0 is
consistent
- ATy > 0   implies  
bTy > 0
-
Prove: If x and y are feasible soutions of (P) and
(D) resp., then x and y are optimal for their respective
problems iff
xT (ATy - c) = 0
Solve the following problems and show every iteration.
2 Text, p. 153, Exercise 21.
3 Text, p. 153, Exercise 22.
4 Text, p. 153, Exercise 23.
Return to the HW Assignments page