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
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:
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 ⎤
⎢
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
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
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