Re: Issue 1500 in sympy: Sum does not work with some arguments

2011-08-12 Thread sympy
Updates: Status: Fixed Comment #3 on issue 1500 by matt...@gmail.com: Sum does not work with some arguments http://code.google.com/p/sympy/issues/detail?id=1500 (No comment was entered for this change.) -- You received this message because you are subscribed to the Google Groups "sy

Re: Issue 1500 in sympy: Sum does not work with some arguments

2009-12-29 Thread sympy
Comment #2 on issue 1500 by asmeurer: Sum does not work with some arguments http://code.google.com/p/sympy/issues/detail?id=1500 In 32-bit I get: >>> Sum(m**2+m*exp(m), (m, -3.0/2, 3.0/2)).doit() Sum(m**2 + m*exp(m), (m, -1.5, 1.5)) In 64-bit, I get: >>> Sum(m**2+m*exp(m), (m, -3.0/2, 3.0/2)).

Issue 1500 in sympy: Sum does not work with some arguments

2009-07-07 Thread codesite-noreply
Updates: Status: Accepted Comment #1 on issue 1500 by ondrej.certik: Sum does not work with some arguments http://code.google.com/p/sympy/issues/detail?id=1500 Indeed, that's a bug, thanks for reporting it. -- You received this message because you are listed in the owner or CC fields

Issue 1500 in sympy: Sum does not work with some arguments

2009-06-30 Thread codesite-noreply
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 1500 by alex_w...@live.de: Sum does not work with some arguments http://code.google.com/p/sympy/issues/detail?id=1500 Hi everybody, while doing some calculations I tripped over the following issue with the summation (Sympy 0.