Can I use quadprog when equality constraint matrix is not full rank?
Afficher commentaires plus anciens
Hello,
Would you please let me know if I can use quadprog function for solving my prblem with quadratic function and equality constraint in the case that equality constraint matrix is not full rank? Thank you very much. ~M
Réponse acceptée
Plus de réponses (1)
Mati
le 12 Avr 2012
0 votes
1 commentaire
Richard Brown
le 12 Avr 2012
If your columns were independent, then your equality constraints would uniquely determine the solution, and it would cease to be an optimisation problem. So you should *expect* your columns to be dependent.
In short yes, you can solve it -- see answer above.
Catégories
En savoir plus sur Quadratic Programming and Cone Programming dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!