필터 지우기
필터 지우기

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

조회 수: 4 (최근 30일)
Elia Paini
Elia Paini 2021년 5월 11일
답변: Chaitanya Mallela 2021년 6월 23일
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