Define linear programming…
A mathematical technique for finding the max or min of a linear function with multiple variables.
What are we trying to find in a linear problem?
The max or min of the linear function based on certain constraints.
What does it mean to optimise a function?
Find the max or min value of the function.
What are the extreme values of a linear function?
A vertex at which the max or min value of the function is obtained. I.e for a f(x,y) = 5x + 7y, it will be the coordinates where f(x,y) is min, y is max, x is max, f(x,y) is max.
What are the steps to solving a linear programming problem?
What is the ISO Line?
The line that runs through the maximum point.
What does each linear equation ( constraint ) represent? What does the set of constraint lines construct?
What method do we use if we have an equation with more than 2 dimensions?
Simplex method ( Dantzig’s Algorithm )
What are the steps of the Simplex algorithm?
In the pivot stage, how do we choose the entering variable?
The variable with the most positive coefficient in the original objective function.
In the pivot stage, how do we choose the tightest constraint?
The slack equation that reaches 0 the fastest when the value of the entering variable is increased.
What is the termination criteria of the Simplex Algorithm when maximising or minimising?
Maximising -> When coefficients of the objective function are negative.
Minimising -> When coefficients of the objective function are positive.