Skip to content

DSolve

Solves ordinary differential equations symbolically.

$ wo "DSolve[y'[x] == y[x], y[x], x]"
{{y[x] -> E^x*C[1]}}