Hi,

This works :

var('x')
P = taylor(exp(x),x,0,3)
P.coeffs(x)

but not this

var('x')
P = taylor(exp(x),x,0.21,3)
P.coeffs(x)

Why ?

Philippe

--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to