sage: xt,yt=C[0],C[1]
sage: xt.taylor(t,oo,3)
-6*t^4*e^(-3*t)*log(t)^2 - 3*t*e^(-2*t)*log(t)^2 - 1
sage: yt.taylor(t,oo,3)
1/2*t*e^(-2*t)*log(t)^2 + 1/2*(2*t^4*log(t)^2 + t*log(t)^3)*e^(-3*t) + 1/2
sage:
sage: xtn,xtd=xt.numerator_denominator()
sage: ytn,ytd=yt.numerator_denominator()
one can see that
xtn ~ - e^(2*t)
xtd ~ e^(2*t)
ytn ~ e^(8*t)
ytd ~ 2*e^(8*t)
However, SageMath has no problems evaluating it:
sage: for i in sxrange(10000.,10010.,1):
....: print(xt(t=i),yt(t=i))
....:
-1.00000000000000 0.500000000000000
-1.00000000000000 0.500000000000000
-1.00000000000000 0.500000000000000
-1.00000000000000 0.500000000000000
-1.00000000000000 0.500000000000000
-1.00000000000000 0.500000000000000
-1.00000000000000 0.500000000000000
-1.00000000000000 0.500000000000000
-1.00000000000000 0.500000000000000
-1.00000000000000 0.500000000000000
sage:
--
You received this message because you are subscribed to a topic in the Google Groups "sage-devel" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/sage-devel/5GkgeGQjr7A/unsubscribe.
To unsubscribe from this group and all its topics, send an email to sage-devel+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/sage-devel/dd9fa495-fd3e-44d4-83ba-1f77ed235144n%40googlegroups.com.
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+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/sage-devel/CAMcUJ1t%3Dym%3D5YqKaGA6JF2dY2Kgs_PTD8mggLDyCsz%3D_UwAsHQ%40mail.gmail.com.