Re: Issue 3633 in sympy: Contradictory assumptions should raise error

2013-07-05 Thread sympy
Comment #3 on issue 3633 by julien.r...@gmail.com: Contradictory assumptions should raise error http://code.google.com/p/sympy/issues/detail?id=3633 Issue 3917 has been merged into this issue. -- You received this message because this project is configured to send all issue notifications

Re: Issue 3917 in sympy: ask and assuming don't check for contradictory assumptions

2013-07-05 Thread sympy
Updates: Status: Duplicate Mergedinto: 3633 Comment #1 on issue 3917 by julien.r...@gmail.com: ask and assuming don't check for contradictory assumptions http://code.google.com/p/sympy/issues/detail?id=3917 (No comment was entered for this change.) -- You received this

Re: Issue 2268 in sympy: Sorting of eigenvalues in resulted diagonal form of matrix.

2013-07-05 Thread sympy
Updates: Status: Fixed Comment #3 on issue 2268 by julien.r...@gmail.com: Sorting of eigenvalues in resulted diagonal form of matrix. http://code.google.com/p/sympy/issues/detail?id=2268 It looks fixed to me. -- You received this message because this project is configured to send

Issue 3928 in sympy: Disable diff_wrt on non-undefined Functions

2013-07-05 Thread sympy
Status: Valid Owner: Labels: Type-Defect Priority-Medium New issue 3928 by asmeu...@gmail.com: Disable diff_wrt on non-undefined Functions http://code.google.com/p/sympy/issues/detail?id=3928 We currently have In [6]: diff(cos(x), sin(x)) Out[6]: 0 But this confuses people, especially

Re: Issue 3928 in sympy: Disable diff_wrt on non-undefined Functions

2013-07-05 Thread sympy
Comment #1 on issue 3928 by asmeu...@gmail.com: Disable diff_wrt on non-undefined Functions http://code.google.com/p/sympy/issues/detail?id=3928 Although it might be cool to define it on specific ones, like re(), to get mathematical results. Or would that be too confusing against the

Re: Issue 3908 in sympy: `is_finite` is not used anymore. Remove any mentions of it.

2013-07-05 Thread sympy
Updates: Blockedon: sympy:2294 Comment #1 on issue 3908 by asmeu...@gmail.com: `is_finite` is not used anymore. Remove any mentions of it. http://code.google.com/p/sympy/issues/detail?id=3908 (No comment was entered for this change.) -- You received this message because this project

Re: Issue 2294 in sympy: Remove .is_finite assumption

2013-07-05 Thread sympy
Issue 2294: Remove .is_finite assumption http://code.google.com/p/sympy/issues/detail?id=2294 This issue is now blocking issue sympy:3908. See http://code.google.com/p/sympy/issues/detail?id=3908 -- You received this message because you are listed in the owner or CC fields of this issue, or

Re: Issue 3907 in sympy: constantsimp(C0*C1*x + C1**2,x,2) should simplify things!

2013-07-05 Thread sympy
Comment #1 on issue 3907 by asmeu...@gmail.com: constantsimp(C0*C1*x + C1**2,x,2) should simplify things! http://code.google.com/p/sympy/issues/detail?id=3907 Also take a look at issue 3148 for how constantsimp should really be working. -- You received this message because this project

Re: Issue 3907 in sympy: constantsimp(C0*C1*x + C1**2,x,2) should simplify things!

2013-07-05 Thread sympy
Comment #2 on issue 3907 by asmeu...@gmail.com: constantsimp(C0*C1*x + C1**2,x,2) should simplify things! http://code.google.com/p/sympy/issues/detail?id=3907 Actually, this is something that I did not consider in that issue (are there any solvers from dsolve currently that can return

Re: Issue 3861 in sympy: Change the default latex matrix type

2013-07-05 Thread sympy
Updates: Status: Fixed Comment #8 on issue 3861 by julien.r...@gmail.com: Change the default latex matrix type http://code.google.com/p/sympy/issues/detail?id=3861 Merged. -- You received this message because this project is configured to send all issue notifications to this

Re: Issue 3928 in sympy: Disable diff_wrt on non-undefined Functions

2013-07-05 Thread sympy
Updates: Cc: elliso...@gmail.com Comment #3 on issue 3928 by asmeu...@gmail.com: Disable diff_wrt on non-undefined Functions http://code.google.com/p/sympy/issues/detail?id=3928 Yeah, I know :) IIRC, I didn't want to do it for defined functions, but I think Brian was adamant that

Re: Issue 2451 in sympy: Position of power (and function) in pretty printed functions

2013-07-05 Thread sympy
Updates: Status: Fixed Comment #4 on issue 2451 by asmeu...@gmail.com: Position of power (and function) in pretty printed functions http://code.google.com/p/sympy/issues/detail?id=2451 That was merged In [1]: f(1/x)**2 Out[1]: 2⎛1⎞ f ⎜─⎟ ⎝x⎠ In [2]: f(1/(1 + 1/(1 + 1/(1 +

Re: Issue 2063 in sympy: Add complete elliptic integrals

2013-07-05 Thread sympy
Comment #10 on issue 2063 by asmeu...@gmail.com: Add complete elliptic integrals http://code.google.com/p/sympy/issues/detail?id=2063 Is there an issue for those integrands that do produce them? For example, http://stackoverflow.com/q/16991997/161801. -- You received this message because