> | ode:=diff(y(x),x,x)+x*diff(y(x),x)+y(x)=sin(x); |
> | Order:=12; |
> | dsolve({ode,y(0)=0,D(y)(0)=1},y(x),type=series); |
> | rhs(%); |
> | poly:=convert(%,polynom); |
> | with(plots):plot(poly,x=0..3,color=blue); |
Warning, the name changecoords has been redefined
> |