0 <= X1 <= 4
0 <= X2 <= 3
X1 + 2*X2 <= 8
Find X1 and X2 so that they setify the constraints and maxmise the function:
Z = 2*X1 + 5*X2
I know how to slove it graphically by hand. However, I would like to slove it in computer to make an e-note. Is there any software that can make the graph and get the solution for such a question?