I've just began attempting chapter 1 in a linear optimization book and it's fairly simple maximizing problems.
such as; maximize 3x + 2y such that 2x - y <= 6, 2x+ y <= 10 and x,y >= 0
Simple enough to find the feasible region, and where the maximum would occur algebraically.
In Complex Analysis we have the Maximum modulus principle, saying any bounded region achieves its maximum value on a boundary point... is it okay to say the same thing in these type of problems?
Also, is any mapping of the cost (maximizing 3x + 2y) going to be a 3-D graph or is there a way to make it 2-D?