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

5 次查看(过去 30 天)
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!

回答(1 个)

Chaitanya Mallela
Chaitanya Mallela 2021-6-23
  • 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).

类别

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