Question: How to solve the equation? DE

dsolve(diff(y(x), x)-x*y(x)+exp(-y(x)))

It's strange that no information come out.

And no such form to solve a DE such as not a DE?

dsolve(diff(y(x), x) = x*y(x)-exp(-y(x)), y(x))

it looks like this in Maple:dsolve(y'=x*y-exp(-y),y)

 

 

Please Wait...