Hi guys this question is on linear programming and i am trying to figure out how to define inequalities with unknown variables.

1 Ansicht (letzte 30 Tage)
Consider the following linear program:
max(2x+y)
subject to
0.3x + 0.2y <= 240
200x + 80y <= 100000
80x + 52y <= 50000
x,y >=0
How would i define these inequalities and ow would i be able to shade the feasible region of the program?

Antworten (1)

Torsten
Torsten am 10 Mai 2022

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by