Previous Up Next

5.57.1 Solving differential equations: desolve deSolve dsolve

The desolve (or deSolve) command can solve:

deSolve is a synonym for desolve.

In the differential equations, the function y can be denoted by y or y(x), the derivative by y′, y′(x) or diff(y(x),x), etc.

Examples



Previous Up Next