How can i Minimizing a function

1 Ansicht (letzte 30 Tage)
Jeffrey Eiyike
Jeffrey Eiyike am 25 Jul. 2016
Beantwortet: Torsten am 26 Jul. 2016
Minimize e
subject to
e+x1 -0.5 >= 0 ,
e+x2 -0.5 >= 0
e+x3 -0.5 >= 0
e+x1+ x2 -1.25 >= 0
e+x1+ x3 -1.25 >= 0
e+x2+ x3-1 >= 0 ,
x1+x2+x3= 1.75
x1- 0.5 >= 0
x2- 0.5 >= 0
x3- 0.5 >= 0
I want to compute x1,x2 and x3 when is at its minimum e=0

Akzeptierte Antwort

Torsten
Torsten am 26 Jul. 2016
help linprog
Best wishes
Torsten.

Weitere Antworten (0)

Kategorien

Mehr zu Mathematics and Optimization 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!

Translated by