Question: how do I keep it simple ? (ODE solutions)

Hi,

I have been doing some ODEs question and I want to check them with Maple 11Classical Worksheet  in windows xp sp2.

>restart:

>ode:=diff(y(x),x)-y(x)=x*y(x)^5;
 dsolve(ode,y(x));

 

then the output got 4 answer

I was wondering if there is something to keep it in the form like

y^4 = f(x)  ??

Thanks in advence

Please Wait...