NDSolve::ndfdmc NDSolveValue::ndfdmc ParametricNDSolve::ndfdmc ParametricNDSolveValue::ndfdmc
Examples
Basic Examples (2)
An error occurs because the initial conditions are specified using lists and the equation for the derivatives gives scalar values for the derivatives:

This is fixed by using a vector on the right-hand side of the equation:
The dimensions of each equation need to match the dimensions of the corresponding derivatives:

This is fixed by eliminating the List from the equation for y':