How can I solve this system of ODEs involving both time and space?

3 visualizaciones (últimos 30 días)
Elia Paini
Elia Paini el 11 de Mayo de 2021
Respondida: Chaitanya Mallela el 23 de Jun. de 2021
Hi, I have this complicated system of ODEs (see attached file), whose equations depend on time and space.
I have no idea how to represent and solve it.
Thank you in advance!

Respuestas (1)

Chaitanya Mallela
Chaitanya Mallela el 23 de Jun. de 2021
  • Create symbolic functions y1, y2, y3 with space and time as independent variables.
  • Use diff function to represent ODE(s) and
  • Use dsolve function to solve the ODE(s).

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