Re: Issue 1418 in sympy: integrate((x**Rational(1,2) - x**3)/x**Rational(1,3), x) gives traceback

2011-03-15 Thread sympy
Updates: Status: Started Labels: NeedsReview asmeurer Comment #1 on issue 1418 by asmeurer: integrate((x**Rational(1,2) - x**3)/x**Rational(1,3), x) gives traceback http://code.google.com/p/sympy/issues/detail?id=1418 I have fixed this to return an Integral() in my integration

4 issues changed in sympy

2011-03-15 Thread sympy
Updates: Status: Started Comment by asmeurer: The fix mentioned above is included in my integration3-backport branch (https://github.com/sympy/sympy/pull/131). Affected issues: issue 294: Pass coverage_doctest.py http://code.google.com/p/sympy/issues/detail?id=294 issue 1988:

Issue 2212 in sympy: Matrix([Matrix, …]) should work

2011-03-15 Thread sympy
Status: Accepted Owner: asmeurer Labels: Type-Defect Priority-Medium Matrices New issue 2212 by asmeurer: Matrix([Matrix, …]) should work http://code.google.com/p/sympy/issues/detail?id=2212 Here is my Matrix: In [49]: a Out[49]: ⎡1 -1 1 -1 1 -1 1 -1 1 ⎤ ⎢

Re: Issue 2070 in sympy: All elements of .args should be Basic

2011-03-15 Thread sympy
Updates: Cc: ronan.l...@gmail.com christian.muise Comment #7 on issue 2070 by asmeurer: All elements of .args should be Basic http://code.google.com/p/sympy/issues/detail?id=2070 Well, first off, would Basic True and False objects be useful? Maybe Ronan, Christian, or someone else int

Re: Issue 2070 in sympy: All elements of .args should be Basic

2011-03-15 Thread sympy
Updates: Labels: Milestone-Release0.7.1 Comment #6 on issue 2070 by asmeurer: All elements of .args should be Basic http://code.google.com/p/sympy/issues/detail?id=2070 Piecewise also causes problems with this, because of the use of True. We either need to make ExprCondPair work like

Re: Issue 1206 in sympy: Integer and Rational do not implement .args

2011-03-15 Thread sympy
Updates: Summary: Integer and Rational do not implement .args Comment #3 on issue 1206 by asmeurer: Integer and Rational do not implement .args http://code.google.com/p/sympy/issues/detail?id=1206 (No comment was entered for this change.) -- You received this message because you are