Consider the following (analytic) function: sage: a = sqrt(x)/(2*sinh(sqrt(x)/2)) sage: a.taylor(x, 0, 10) 91546277357/420928638260761696665600000*x^10 - 5749691557/669659197233029971968000*x^9 + 16931177/49950709902213120000*x^8 - 8191/612141052723200*x^7 + 1414477/2678117105664000*x^6 - 73/3503554560*x^5 + 127/154828800*x^4 - 31/967680*x^3 + 7/5760*x^2 - 1/24*x + 1
However, the series command returns a division by zero error: sage: a.series(x, 10) Traceback (most recent call last): ... ValueError: power::eval(): division by zero This is not supposed to happen right? Best, Michael -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-devel+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/sage-devel/b24fb6ed-e166-433d-bb9b-9f9dd333f4ddn%40googlegroups.com.