Question: dsolve, numeric = cubic

Hello, In maple, I am defining a differential equation similar to: (x^2)*diff(y(x), x$2)+x*diff(y(x),x)= a cubic in y(x). When I try to solve this using dsolve, numeric, I receive some form of memory error, stating that something small*I cannot be stored in datatype = float[8]. Sorry this isn't too specific - if you need more info or the boundary conditions, or perhaps the error message word-for-word, I'll reply with it when I get to my other laptop. Thank you very much for your help in advance, Marc
Please Wait...