Question: help appreciated

 

Hi I am getting this message while soliving my first order non-linear initial value problem.

please share me your thoughts

ode := dsolve({diff(y(x), x)-2*(diff(y(x), x))^3 = -2*x+2, y(0) = 1}, type = numeric, range = 0 .. .24);
Error, (in DEtools/convertsys) unable to convert to an explicit first-order system

Abbas

 

Please Wait...