Linear Programming - Restating a System as a Canonical Primal

rockofeller
Messages
2
Reaction score
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?
 
Physics news on Phys.org
Any ideas?
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top