x = var('x')
y = function('y', x)

DE = diff(y,x,x) - y

desolve(DE, [y,x])