How to solve nonlinear equations?
情報
この質問は閉じられています。 編集または回答するには再度開いてください。
古いコメントを表示
I need to solve the nonlinear equation:
(x-m1)'Y1(x-m1)=a*(x-m2)'Y2(x-m2)
'm1' and 'm2' are 2-dim vectors, Y1 and Y2 - 2-dim matrices
Of course, there are infinitely many solutions (an ellypse)
i want to plot this ellypse. or part of this ellypse which lays in [-5 5]x[-1 6]
0 件のコメント
回答 (1 件)
Walter Roberson
2011 年 10 月 24 日
0 投票
If you have the symbolic toolkit, then consider ezplot()
0 件のコメント
この質問は閉じられています。
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!