Question: How do I check First Order DE in Maple?

Hi, Would appreciate some help - Re: checking solutions of the first order DE in Maple? Tried to search in Help, but could only find solutions to 2nd order DE. For instance, when I enter: > ode := diff(y(x), x) = y^2*exp(x); d 2 --- y(x) = y exp(x) dx > solve(ode); I get: Error, (in solve) cannot solve expressions with diff(y(x), x) for x > Many thanks! Antonio
Please Wait...