Finding critical/equilibrium Points of a nonlinear System

조회 수: 11 (최근 30일)
Anthony Sirico
Anthony Sirico 2021년 3월 12일
답변: Shubham Rawat 2021년 3월 15일
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.

답변 (1개)

Shubham Rawat
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!

카테고리

Help CenterFile Exchange에서 Systems of Nonlinear Equations에 대해 자세히 알아보기

제품


릴리스

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by