Write the following LP in Normal Form auxiliary variables to
Write the following LP in Normal Form (auxiliary variables to be included)
Solution
The problem is converted to Normal form by adding slack, surplus and artificial variables as appropiate.
Given MINIMIZE: 2 X1 -3 X2+10
2 X1 + 4 X2 2 ------------------ 1
5 X1 -5 X2 = 13 ------------------ 2
-1 X1 + 9 X2 -2------------------ 3
X1, X2 0
Normal form:
MAZIMIZE: -2 X1 + 3 X2 -10+ 0 X3 + 0 X4 + 0 X5
2 X1 + 4 X2 + 1 X3 = 2
5 X1 -5 X2 + 1 X5 = 13
1 X1 -9 X2 + 1 X4 = 2
X1, X2, X3, X4, X5 0
wher X3,X5 are Slack Variables and X4 is artificial variable
| Given MINIMIZE: 2 X1 -3 X2+10 2 X1 + 4 X2 2 ------------------ 1 X1, X2 0
Normal form: MAZIMIZE: -2 X1 + 3 X2 -10+ 0 X3 + 0 X4 + 0 X5 2 X1 + 4 X2 + 1 X3 = 2 5 X1 -5 X2 + 1 X5 = 13 1 X1 -9 X2 + 1 X4 = 2 X1, X2, X3, X4, X5 0 wher X3,X5 are Slack Variables and X4 is artificial variable |
