How to write matlab code for simplex equation.
7 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Ma Dely Esberto
am 27 Sep. 2017
Kommentiert: Ma Dely Esberto
am 1 Dez. 2017
How to write matlab code for the simplex equation to maximize P=7x1+8x2+10x3, where x1,x2,x3>=0, and the constraints are assembly and fabrication time labor where equations for Assembly is x1+x2+2x3<=800, and for Fabrication is 2x1+3x2+2x3<=1000.
0 Kommentare
Akzeptierte Antwort
Weitere Antworten (1)
Aurele Turnes
am 30 Nov. 2017
Bearbeitet: Aurele Turnes
am 30 Nov. 2017
You can use the new problem-based approach in R2017b if you want a more symbolic representation for your problem:
Siehe auch
Kategorien
Mehr zu Calculus finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!