Loading [MathJax]/jax/output/HTML-CSS/jax.js

First time here? Check out the FAQ!

Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

asked 11 years ago

AndyH gravatar image

taylor(1/x^2,x,2,2) give unexpected results

When I calculated this by hand, the constant term is 1/4 but sage gives 3/4.

Sage: 316(x2)214x+34

My calculation:

1414(x2)+316(x2)2

I'm learning taylor series and sage at the same time, so its quite possible I'm misusing sage. I checked the same thing on wolframalpha, and it agrees with me.

Any ideas? I running sage Sage Version 6.0,Release Date: 2013-12-17 under Ubuntu 12.10. Thanks.