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

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

desolve(DE, [y,x])