DSolve::ndord
NDSolve::ndord
NDSolveValue::ndord
ParametricNDSolve::ndord
ParametricNDSolveValue::ndord
NDSolve`Reinitialize::ndord
An error occurs because of an incorrect use of Derivative in the input:
NDSolve[{Derivative[f][f][x] == f[x], f[1] == 1}, f, {x, 1, 2}]This shows a valid specification of a derivative in the input to NDSolve:
NDSolve[{Derivative[1][f][x] == f[x], f[1] == 1}, f, {x, 1, 2}]