NDSolve::ndfdmc NDSolveValue::ndfdmc ParametricNDSolve::ndfdmc ParametricNDSolveValue::ndfdmc

Details

  • This message is generated when the equations for the derivatives give values with list structures that are not equivalent to the lists used in specifying the initial conditions.
  • Off[message] switches off the message; On[message] switches it on. For example: Off[NDSolve::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':