Consider the primal linear programming problem Maximize z =c(transpose) x Subject to Ax<=b X is unrestricted .Then its dual problem given by Minimize ź=b(transpose) w Subject to A(transpose) w =c W>=0
I can't complete the proof proof: Because of x is unrestricted let x =u-v , u,v>=0 The primal problem will be : Max. Z=c(transpose)(u-v) Subject to A(u-v)<=b u,v>=0
The dual problem: Min. Z=[b(transpose)-b(transpose)] [ u v] Subject to [A(transpose)-A(transpose)] [u v]>=c u,v>=0
How I can continue to get A(transpose)w=c w>=0 Thanks in advance If I suppose that w=u-v that does not mean that w>=0