rockofeller
- 2
- 0
Homework Statement
State the linear system Ax = b as a canonical minimum problem. What is the dual program?
Homework Equations
The canonical minimum problem is Ax = b, x\geq0, c\bulletx=min.
The Attempt at a Solution
I'm confused here, in part because there is no objective function c\bulletx=min. So far, I have:
define ui\geq0, vi\geq0, st. ui - vi=xi \forallxi\inx.
Then, if A is m\timesn, define a new matrix A* with elements a*\alpha\beta = ai(2j) for \beta even, ai(\frac{J+1}{2}) for \beta odd. Then A* is an m\times2n matrix.
Then we define a new row vector x* (whose transpose is) [u1 v1 \cdots un vn]. Then x* is 2n\times1 and our new constraints are A*x* = b, x*\geq0.
Have I gotten this "right" so far? How do I come up with the new objective function?