On Monday, October 21, 2013 11:21:40 PM UTC+4, Pablo Puente wrote: > > Is the unevaluated Talyor series support incomplete >
In general, yes (through, it's easy to workaround as Aaron suggested above). Actually, SymPy lacks several abstractions to implement things correctly. We have very good Gruntz's limit algorithm, but very naive and limited series support for this one. The series method should return a specific object (not just Add instance), that supports some appropriate interface (iterator at least). And the usual arithmetic operations of course. Some specific cases covers by the formal power/Laurent series with nice algebraic structure (ring). PS: Something is in our wiki: https://github.com/sympy/sympy/wiki/UD-series -- You received this message because you are subscribed to the Google Groups "sympy" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sympy. For more options, visit https://groups.google.com/groups/opt_out.
