Finding critical/equilibrium Points of a nonlinear System
9 次查看(过去 30 天)
显示 更早的评论
I'm given the following nonlinear equations:
Dx1 = @(x1,x2) (x1-1).*(x1+x2);
Dx2 = @(x1,x2) x2 - x1.^2;
What would be the best method to find the critical/equilibrium points.
0 个评论
回答(1 个)
Shubham Rawat
2021-3-15
Hi Anthony,
I assume equilibrium occurs when Dx1 and Dx2 are equal to zero.
Now you may calculate the values of x1 and x2 by using these two equations.
Hope this Helps!
0 个评论
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!