How do I solve a coupled system of PDE and ODE?

12 vues (au cours des 30 derniers jours)
Acorn
Acorn le 10 Mar 2020
Commenté : Rajan Patel le 24 Juin 2021
How do I solve this coupled system of PDE (equation 4) and ODE (equations 1, 2, 5)?
  1 commentaire
Rajan Patel
Rajan Patel le 24 Juin 2021
Hi, Have you solved this? I have same question.

Connectez-vous pour commenter.

Réponses (1)

Prasanna Gude
Prasanna Gude le 13 Mar 2020
The Partial Differential Equation (equation 4) can be solved in MATLAB with the help of “MATLAB PDE Solver”. Refer to this Link to know more about solving Partial Differential Equations in MATLAB.
The Ordinary Differential Equations (equations 1,2 and 5) can be solved analytically using ‘dsolve’ function. To know more about solving different types of Differential Equations, refer to this Link.

Community Treasure Hunt

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

Start Hunting!

Translated by