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