필터 지우기
필터 지우기

How do I find steady state of nonlinear odes in a symbolic representation using MATLAB?

조회 수: 2 (최근 30일)
I have two differential equations:
dAdt = -0.1*A^2+0.3*B
and
dBdt = 0.1*A^2-0.3*B
initial values are
A(0)=1, B(0)=0
How can I find a symbolic representation at steady state: dAdt=0, using MATLAB
Thank you very much!
  댓글 수: 1
Walter Roberson
Walter Roberson 2019년 11월 22일
If there is a symbolic representation of the steady state, it would have to be in terms of something like JacobiAM -- an inherently complex-valued system with an infinite number of solutions, that has mostly complex-valued solutions but sometimes has a real solution. When I look at it, it looks to me as if in this case there are no real-valued solutions.

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Ordinary Differential Equations에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by