Linear Programming: find dual, calculate lower bound

ashlee12

New member
Joined
Oct 30, 2006
Messages
5
Write down the dual and calculate the lower bound for z.

min z= 4x1 + 2x2
2x1 - 3x2 => 4
x1 + 5x2 <= 6
2x1 - 6x2 = 10

x1 => 0
 
Top