Issue 2702 in sympy: rank_trotterjohnson gives wrong results

2011-09-26 Thread sympy
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 2702 by mario.pe...@gmail.com: rank_trotterjohnson gives wrong results http://code.google.com/p/sympy/issues/detail?id=2702 rank_trotterjohnson gives wrong results; for instance ``` from sympy.combinatorics.permutations

Issue 2703 in sympy: summation(z**n, (n, 1, oo)) gives a strange result

2011-09-26 Thread sympy
Status: Accepted Owner: asmeurer Labels: Type-Defect Priority-Medium New issue 2703 by asmeurer: summation(z**n, (n, 1, oo)) gives a strange result http://code.google.com/p/sympy/issues/detail?id=2703 In [2]: print summation(z**n, (n, 1, oo)) (z - z**oo)/(-z + 1) I suppose this is just a

Re: Issue 2671 in sympy: constantsimp() isn't working for dsolve(w(t).diff(t, 6) - k**6*w(t), w(t))

2011-09-26 Thread sympy
Updates: Status: Fixed Comment #4 on issue 2671 by smi...@gmail.com: constantsimp() isn't working for dsolve(w(t).diff(t, 6) - k**6*w(t), w(t)) http://code.google.com/p/sympy/issues/detail?id=2671 all issues have been resolved. -- You received this message because you are subscribed

Issue 2704 in sympy: pprint of x**oo is strange

2011-09-26 Thread sympy
Status: Accepted Owner: asmeurer Labels: Type-Defect Priority-Medium New issue 2704 by asmeurer: pprint of x**oo is strange http://code.google.com/p/sympy/issues/detail?id=2704 I didn't see an issue for this. We have In [3]: x**oo Out[3]: 0 ___ ╲╱ x This is because infinity is implemented as

Re: Issue 281 in sympy: Infinity is a subclass of Rational

2011-09-26 Thread sympy
Issue 281: Infinity is a subclass of Rational http://code.google.com/p/sympy/issues/detail?id=281 This issue is now blocking issue 2704. See http://code.google.com/p/sympy/issues/detail?id=2704 -- You received this message because you are listed in the owner or CC fields of this issue, or

Issue 2705 in sympy: integrate(cos(x)**(2*n), (x, 0, 2*pi)) traceback

2011-09-26 Thread sympy
Status: Accepted Owner: asmeurer Labels: Type-Defect Priority-Medium Integration New issue 2705 by asmeurer: integrate(cos(x)**(2*n), (x, 0, 2*pi)) traceback http://code.google.com/p/sympy/issues/detail?id=2705 In [1]: integrate(cos(x)**(2*n), (x, 0, 2*pi)) ERROR: An unexpected error occurred