How can i Minimizing a function
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Jeffrey Eiyike
le 25 Juil 2016
Réponse apportée : Torsten
le 26 Juil 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
0 commentaires
Réponse acceptée
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Mathematics and Optimization dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!