MATLAB: Is the Symbolic Toolbox required to evaluate ODE’s

odeSymbolic Math Toolbox

I read that the PDE Toolbox is required for PDE's; is the Symbolic Math Toolbox required for ODE's, both linear and nonlinear?

Best Answer

Symbolic Math Toolbox would be of great help to solve ODEs although you can use some functions like ode45 and ode15s from MATLAB itself to solve them.
Related Question