Borrar filtros
Borrar filtros

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

2 visualizaciones (últimos 30 días)
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 comentario
Walter Roberson
Walter Roberson el 22 de Nov. de 2019
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.

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre Ordinary Differential Equations en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by