How to optimise five equations and four unknowns?
이전 댓글 표시
Hi, I am looking to find the optimal power output for four generators given the equations and conditions:
0.31246x1 + 0.15x2 + 0.15x3 + 0.15x4 = 46,
0.15x1 + 0.3x2 + 0.15x3 + 0.15x4 = 40,
0.15x1 + 0.15x2 + 0.3x3 + 0.15x4 = 55,
0.15x1 + 0.15x2 + 0.15x3 + 0.3x4 = 50.5,
x1+x2+x3+x4=200
25<=x1<=100
5.5<=x2<=30
20<=x3<=130
25.5<=x4<=160
To maximise x1, x2, x3 and x4.
Please help.
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Nonlinear Optimization에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!