<div id="comment:0"></div> According to [this sage-devel post](https://groups.google.com/forum/#!topic/sage-devel/-IESBlP7v0s) ``` y(x) = function('y')(x); y eq = x^2*diff(y,x,2)-x*diff(y,x,1)+y==0; eq h = desolve(eq, dvar=y, ivar=x,ics=[1,1,e,2*e]); h ``` gives an error but Maxima can nonetheless solve it. CC: @nbruin Component: **calculus** _Issue created by migration from https://trac.sagemath.org/ticket/21789_