2.894   ODE No. 894

\[ y'(x)=-\frac {i \left (x^6+3 x^4 y(x)^2+x^4+3 x^2 y(x)^4+2 x^2 y(x)^2+y(x)^6+y(x)^4+i x+1\right )}{y(x)} \] Mathematica : cpu = 40.5965 (sec), leaf count = 0


, could not solve

DSolve[Derivative[1][y][x] == ((-I)*(1 + I*x + x^4 + x^6 + 2*x^2*y[x]^2 + 3*x^4*y[x]^2 + y[x]^4 + 3*x^2*y[x]^4 + y[x]^6))/y[x], y[x], x]

Maple : cpu = 0. (sec), leaf count = 0


, could not solve

dsolve(diff(y(x),x) = -I*(I*x+1+x^4+2*x^2*y(x)^2+y(x)^4+x^6+3*x^4*y(x)^2+3*x^2*y(x)^4+y(x)^6)/y(x),y(x))