Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Displaying 1000 terms taylor series

Hi,

I am trying to print up to 1000 terms of a Taylor series but my output either bleeds together or shows as a continuous line of numbers rather than separate fractions.

f = (x/sqrt(x^2-6*x+13));f taylor(f,x,4,500)

My output comes out as "fetch additional output" and the result is this: $\displaystyle \frac{79854682306522793194207787155926275411329758659461959227239100374575221031860704963210424694213147821527965196776756030407420591783729164672959605324317617935505546915704931}{305493636349960468205197939321361769978940274057232666389361390928129162652472045770185723510801522825687515269359046715531785342780428396973513311420091788963072442053377285222203558881953188370081650866793

And it goes on like this. Any tips or pointers? When I try 1000 terms it just gives me this error: "WARNING: 1 intermediate output message was discarded."