Qurak

DSolve

Available

Solves ordinary differential equations symbolically.

Independently checkable: an answer for this function is re-derived by a different route and compared - the workbench and the verify tool do this automatically, so a wrong answer is caught rather than trusted. History →

DSolve[eqn]
DSolve[eqn, u, x]
DSolve[eqn, u, {x, xmin, xmax}]
DSolve[{eqn1, eqn2, …}, {u1, u2, …}, …]
DSolve[eqn, u, {x1, x2, …}]
DSolve[eqn, u, {x1, x2, …}∈ Ω]
"DSolve[y'[x] == y[x], y[x], x]" → {{y[x] -> E^x*C[1]}}

Used in

Topics

Related

All 6300 functions · Use this from an MCP client