Solve linear equation optimization
이전 댓글 표시
Minimize Cost = 456.67x + 1278.07y + 216.33z
Subject to:
0.72x + 0.82y + 0.65z >= 0.77(x + y + z)
0.95x + 0.85y + 0.72z >= 0.78(x + y + z)
0.95x + 0.85y + 0.72z <= 0.88(x + y + z)
0.3(x + y + z) <= 49275
0.7(x + y + z) <= 49275
답변 (2개)
Set up and solve your problem using "linprog":
댓글 수: 3
Vibe
2023년 6월 17일
John D'Errico
2023년 6월 17일
This is not an Excel forum, so we won't teach you how to solve it using Excel.
Vibe
2023년 6월 17일
Alan Weiss
2023년 6월 20일
0 개 추천
Alan Weiss
MATLAB mathematical toolbox documentation
카테고리
도움말 센터 및 File Exchange에서 Solver Outputs and Iterative Display에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!