Issue 2301 in sympy: RFC: Basis, and/or VectorSpace class required

2011-04-24 Thread sympy
Status: New Owner: sherjilo...@gmail.com Labels: Type-Defect Priority-Low Matrices New issue 2301 by sherjilo...@gmail.com: RFC: Basis, and/or VectorSpace class required http://code.google.com/p/sympy/issues/detail?id=2301 Often, in linear systems, the solution is infinite. The solution

Re: Issue 2300 in sympy: x.diff(4) doesn't fail

2011-04-24 Thread sympy
Comment #1 on issue 2300 by sherjilo...@gmail.com: x.diff(4) doesn't fail http://code.google.com/p/sympy/issues/detail?id=2300 https://github.com/sympy/sympy/pull/254 -- You received this message because you are subscribed to the Google Groups sympy-issues group. To post to this group, send

Re: Issue 2221 in sympy: hstack() and vstack() methods for Matrix

2011-04-24 Thread sympy
Comment #1 on issue 2221 by sherjilo...@gmail.com: hstack() and vstack() methods for Matrix http://code.google.com/p/sympy/issues/detail?id=2221 This is an old issue. Any updates ? -- You received this message because you are subscribed to the Google Groups sympy-issues group. To post to

Re: Issue 1817 in sympy: SymPy Cheat Sheet

2011-04-24 Thread sympy
Comment #1 on issue 1817 by sherjilo...@gmail.com: SymPy Cheat Sheet http://code.google.com/p/sympy/issues/detail?id=1817 Doc-day 2011 ! After GSoC results. -- You received this message because you are subscribed to the Google Groups sympy-issues group. To post to this group, send email to

Issue 2302 in sympy: 2**Rational(4,5)*6**Rational(1,5) should auto-simplify to 2*3**Rational(1,5)

2011-04-24 Thread sympy
Status: Accepted Owner: asmeurer Labels: Type-Defect Priority-Medium New issue 2302 by asmeurer: 2**Rational(4,5)*6**Rational(1,5) should auto-simplify to 2*3**Rational(1,5) http://code.google.com/p/sympy/issues/detail?id=2302 Currently we have: In [294]: 2**Rational(4,5)*6**Rational(1,5)

Re: Issue 2226 in sympy: Test failure for tsolve()

2011-04-24 Thread sympy
Updates: Labels: NeedsReview mattpap Blockedon: 2302 Comment #9 on issue 2226 by asmeurer: Test failure for tsolve() http://code.google.com/p/sympy/issues/detail?id=2226 See https://github.com/sympy/sympy/pull/255 and issue 2302. I think the fix in this case should actually

Re: Issue 2302 in sympy: 2**Rational(4,5)*6**Rational(1,5) should auto-simplify to 2*3**Rational(1,5)

2011-04-24 Thread sympy
Issue 2302: 2**Rational(4,5)*6**Rational(1,5) should auto-simplify to 2*3**Rational(1,5) http://code.google.com/p/sympy/issues/detail?id=2302 This issue is now blocking issue 2226. See http://code.google.com/p/sympy/issues/detail?id=2226 -- You received this message because you are listed in

Re: Issue 2299 in sympy: compute_known_facts() is broken

2011-04-24 Thread sympy
Comment #1 on issue 2299 by christian.muise: compute_known_facts() is broken http://code.google.com/p/sympy/issues/detail?id=2299 Don't know how that snuck in there...sorry about that. - https://github.com/sympy/sympy/pull/256 -- You received this message because you are subscribed to the

Re: Issue 2303 in sympy: Remove sympy.concrete.sequences.oeis

2011-04-24 Thread sympy
Updates: Status: Started Labels: NeedsReview Comment #1 on issue 2303 by ronan.l...@gmail.com: Remove sympy.concrete.sequences.oeis http://code.google.com/p/sympy/issues/detail?id=2303 https://github.com/sympy/sympy/pull/257 -- You received this message because you are

Issue 2304 in sympy: Remove Pure from top-level namespace

2011-04-24 Thread sympy
Status: NeedsDecision Owner: ronan.l...@gmail.com Labels: Type-Defect Priority-High Milestone-Release0.7.0 New issue 2304 by ronan.l...@gmail.com: Remove Pure from top-level namespace http://code.google.com/p/sympy/issues/detail?id=2304 Actually, I thought this had been done in p12. The idea of

Issue 2305 in sympy: Integer(3).sqrt() == 1

2011-04-24 Thread sympy
Status: Accepted Owner: ronan.l...@gmail.com Labels: Type-Defect Priority-Critical WrongResult Milestone-Release0.7.0 New issue 2305 by ronan.l...@gmail.com: Integer(3).sqrt() == 1 http://code.google.com/p/sympy/issues/detail?id=2305 I don't think it really makes sense to have sqrt() as a

Issue 2306 in sympy: Duplicate implementation of factorial in sympy/core/numbers.py

2011-04-24 Thread sympy
Status: Accepted Owner: ronan.l...@gmail.com Labels: Type-Defect Priority-High Milestone-Release0.7.0 New issue 2306 by ronan.l...@gmail.com: Duplicate implementation of factorial in sympy/core/numbers.py http://code.google.com/p/sympy/issues/detail?id=2306 There's a reimplementation of

Issue 2307 in sympy: Duplicate methods: as_coeff_mul and as_coeff_Mul

2011-04-24 Thread sympy
Status: Accepted Owner: ronan.l...@gmail.com Labels: Type-Defect Priority-High Milestone-Release0.7.0 New issue 2307 by ronan.l...@gmail.com: Duplicate methods: as_coeff_mul and as_coeff_Mul http://code.google.com/p/sympy/issues/detail?id=2307 Expr.as_coeff_mul and Expr.as_coeff_Mul do

Issue 2308 in sympy: Rename or refactor Add.primitive()

2011-04-24 Thread sympy
Status: Accepted Owner: ronan.l...@gmail.com Labels: Type-Defect Priority-Medium Milestone-Release0.7.0 New issue 2308 by ronan.l...@gmail.com: Rename or refactor Add.primitive() http://code.google.com/p/sympy/issues/detail?id=2308 What Add.primitive() does is Divide ``self`` by the GCD of

Issue 2309 in sympy: Failing test with Ellipse.random_point()

2011-04-24 Thread sympy
Status: Accepted Owner: ronan.l...@gmail.com Labels: Type-Defect Priority-Medium Milestone-Release0.7.0 New issue 2309 by ronan.l...@gmail.com: Failing test with Ellipse.random_point() http://code.google.com/p/sympy/issues/detail?id=2309 Due to the interaction between changes to floating