How do I solve a coupled system of PDE and ODE?
26 次查看(过去 30 天)
显示 更早的评论
How do I solve this coupled system of PDE (equation 4) and ODE (equations 1, 2, 5)?
回答(1 个)
Prasanna Gude
2020-3-13
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.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Partial Differential Equation Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!