Comment #22 on issue 1038 by [email protected]: (sin(x)*cos(x)).series(x, 0, 1000) takes forever
http://code.google.com/p/sympy/issues/detail?id=1038
I opened a new pull request https://github.com/sympy/sympy/pull/609 using distributed polynomials to speed up the series expansion for a class of functions, e.g. those in comment 20; it replaces https://github.com/sympy/sympy/pull/295, which I closed. -- You received this message because you are subscribed to the Google Groups "sympy-issues" group. 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/sympy-issues?hl=en.
