DSolve::dsvar
NDSolve::dsvar
NDSolveValue::dsvar
ParametricNDSolve::dsvar
ParametricNDSolveValue::dsvar
RSolve::dsvar
A product cannot be used as a variable:
DSolve[f'[2x] == 1, f, 2x]The independent variable has been assigned a value previously:
x = 5;DSolve[y'[x] == 1, y, x]Clear[x]DSolve[y'[x] == 1, y, x]