MATLAB: Numerical Solution for a System of THREE Differential Equations

numerical solutionpdes

I have the following equations (which is a system of three differential equations). They should be solved nomerically. Is it possible to solve them with Partial Differential Tollbox in matlab? As far as I know, only a system of TWO differential equations can be solved by pdepe solver.

Best Answer

This is an ODE, not PDE. Look for the ODE suite
Related Question