var('x')
y=function('y',x)
print desolve(diff(y,x)-y*tan(x),[y,x],ics=(pi,2))