Open
Description
According to this sage-devel post
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