Question: Integration of an ODE unless at least one the terms is derivative free

Please help me with the following worksheet containg a sample ODE. I need to integrate this ode untill at least one of the terms is derivative free
 

> 

restart

> 

odetemp := -(diff(U(z), z))*c*v+U(z)*(diff(U(z), z))*c-(diff(U(z), z, z))*c^2

-(diff(U(z), z))*c*v+U(z)*(diff(U(z), z))*c-(diff(diff(U(z), z), z))*c^2

(1)
> 

NULL

> 

NULL


 

Download maplerpimes.mw

Please Wait...