Info

此问题已关闭。 请重新打开它进行编辑或回答。

How to solve nonlinear equations?

1 次查看(过去 30 天)
Lockywolf
Lockywolf 2011-10-24
关闭: MATLAB Answer Bot 2021-8-20
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]

回答(1 个)

Walter Roberson
Walter Roberson 2011-10-24
If you have the symbolic toolkit, then consider ezplot()

标签

Community Treasure Hunt

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

Start Hunting!

Translated by