Finding critical/equilibrium Points of a nonlinear System

11 vues (au cours des 30 derniers jours)
Anthony Sirico
Anthony Sirico le 12 Mar 2021
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.

Réponses (1)

Shubham Rawat
Shubham Rawat le 15 Mar 2021
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!

Catégories

En savoir plus sur Systems of Nonlinear Equations dans Help Center et File Exchange

Produits


Version

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by