Can I use quadprog when equality constraint matrix is not full rank?

3 ビュー (過去 30 日間)
Mati
Mati 2012 年 4 月 12 日
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

採用された回答

Richard Brown
Richard Brown 2012 年 4 月 12 日
If your equality constraint matrix is not full rank, then either your equality constraints are consistent, and dependent, or they are inconsistent.
If they are consistent, quadprog will automatically remove the appropriate number of dependent constraints.
If they are inconsistent, then quadprog will return inconsistent.

その他の回答 (1 件)

Mati
Mati 2012 年 4 月 12 日
Thank you very much. my constraint matrix is not full rank because columns are not independent.
Can the problem be besolved in this case with MATLAN? Thank you.
  1 件のコメント
Richard Brown
Richard Brown 2012 年 4 月 12 日
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.

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeQuadratic Programming and Cone Programming についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by