how can i solve an optimization problem which has two constraints and five unknons?

조회 수: 1 (최근 30일)
my question is to find the values of x, y, z, p and q.
min f= 1100*(x+y+z)
subject to:
-2 = 240.773*((p*(x^4 + z^4)) - (10*x^4) - (q*z^4))
-1 = 240.773*((q*(y^4 + z^4)) - (10*y^4) - (p*z^4))
x,y,z ≥0.1, p,q0

채택된 답변

Alan Weiss
Alan Weiss 2015년 8월 27일
This sounds like a job for fmincon. You might find this example to be helpful.
Alan Weiss
MATLAB mathematical toolbox documentation

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Genetic Algorithm에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by