Just use Sum(), and whatever combinatorial functions are necessary. We should have all the important ones. For the summation variable, use Dummy so that you know it won't clash with a symbol name used by the user.
Aaron Meurer On Oct 8, 2012, at 10:31 AM, Sachin Joglekar <[email protected]> wrote: And what is the best way, if any, to express the summation of an infinite series? That would be a nice way to represent the entire expression. -- You received this message because you are subscribed to the Google Groups "sympy" group. To view this discussion on the web visit https://groups.google.com/d/msg/sympy/-/lEb3wN3EDeoJ. 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?hl=en. -- You received this message because you are subscribed to the Google Groups "sympy" 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?hl=en.
