How to write matlab code for simplex equation.
이전 댓글 표시
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.
채택된 답변
추가 답변 (1개)
Aurele Turnes
2017년 11월 30일
편집: Aurele Turnes
2017년 11월 30일
0 개 추천
You can use the new problem-based approach in R2017b if you want a more symbolic representation for your problem:
카테고리
도움말 센터 및 File Exchange에서 Calculus에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!