) Find the dual program of the following linear programming problem.
πππππππ§π π = 16π₯ β 2π¦ β 5π§
π π’πππππ‘ π‘π
π₯ + 4π¦ β π§ β₯ 120
π₯ + π¦ + 3π§ β€ 130
π₯ β₯ 0, π¦ β₯ 0, π§ ππ π’ππππ π‘ππππ‘ππ.
All constraints can be converted toΒ "\\geq" Β by multiplying by -1. So we have;
"\\text{Min} ~~p=16x-2y-5z\\\\\n\\text{subject to}\\\\\n~~~~~x+4y-z\\geq120\\\\\n~-x-~~y+3z\\geq-130\\\\\n\\text{and } x,y\\geq 0; z \\text{is unrestricted}."
Since the primal has three variables and two constraints, then the dual will have two variables and three constraints. Also, theΒ "z"Β variable is unrestricted in the primal, therefore the third constraint in the dual shall be equality.
Dual program is;
"\\text{Max } ~~p=1220a-130b\\\\\n\\text{subject to }\\\\\n~~~~~-a-b~~~\\leq16\\\\\n~~~~~~~4a-b~~~\\leq-2\\\\\n~~~~~-a-3b~=-5\\\\\n\\text{and } a,b\\geq0."
Comments
Leave a comment