Question: nth degree Taylor polynomial

Is there any way for maple to compute the nth degree taylor polynomial?
I tried using taylor(f(x),x=0,n) but that gave me an error. So then I tried taylor(f(x),x=0,infinity) but that just ended up giving me a memory error. Any help?

Please Wait...