When I type something like the following, I would expect to get a result of oo, indicating that the sum diverges to infinity:
sum(1/n, (n, 2, oo)) Instead, I get the same thing back (actually not quite-- the 's' changes to a capital 'S'). Any idea why this doesn't work? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
