Re: Issue 790 in sympy: risch: PolynimialException when integrating not-so-trivial exponents

2012-12-08 Thread sympy
Updates: Blockedon: sympy:2026 Comment #10 on issue 790 by asmeu...@gmail.com: risch: PolynimialException when integrating not-so-trivial exponents http://code.google.com/p/sympy/issues/detail?id=790 Well, the error went away because a new algorithm is applied to that expression, in

Re: Issue 2026 in sympy: Exact, algebraic, and integer_power substitution

2012-12-08 Thread sympy
Issue 2026: Exact, algebraic, and integer_power substitution http://code.google.com/p/sympy/issues/detail?id=2026 This issue is now blocking issue sympy:790. See http://code.google.com/p/sympy/issues/detail?id=790 -- You received this message because you are listed in the owner or CC fields of t

Re: Issue 3552 in sympy: Expression with square root doesn't simplify well

2012-12-08 Thread sympy
Comment #2 on issue 3552 by asmeu...@gmail.com: Expression with square root doesn't simplify well http://code.google.com/p/sympy/issues/detail?id=3552 Actually, there's an even simpler version: In [12]: minpoly(value) Out[12]: 4 3 2 x - 4⋅x - 5⋅x + 18⋅x - 11 In [13]: solve(min

Re: Issue 3552 in sympy: Expression with square root doesn't simplify well

2012-12-08 Thread sympy
Comment #1 on issue 3552 by asmeu...@gmail.com: Expression with square root doesn't simplify well http://code.google.com/p/sympy/issues/detail?id=3552 Try simplify(radsimp(value)). Clearly simplify() should include radsimp(). -- You received this message because you are subscribed to the Go

Issue 3552 in sympy: Expression with square root doesn't simplify well

2012-12-08 Thread sympy
Status: Valid Owner: Labels: Type-Defect Priority-Medium Simplify New issue 3552 by ronan.l...@gmail.com: Expression with square root doesn't simplify well http://code.google.com/p/sympy/issues/detail?id=3552 Consider the following expression: In [39]: y = 1/(x-1) + 1/(x+1) + x + 1 In [

Issue 3551 in sympy: solve() doesn't find the root of a polynomial when solving over the reals

2012-12-08 Thread sympy
Status: Valid Owner: Labels: Type-Defect Priority-Medium Solvers Polynomial WrongResult New issue 3551 by ronan.l...@gmail.com: solve() doesn't find the root of a polynomial when solving over the reals http://code.google.com/p/sympy/issues/detail?id=3551 In [5]: x = Symbol('x', real=True

Re: Issue 790 in sympy: risch: PolynimialException when integrating not-so-trivial exponents

2012-12-08 Thread sympy
Updates: Status: Fixed Comment #9 on issue 790 by ronan.l...@gmail.com: risch: PolynimialException when integrating not-so-trivial exponents http://code.google.com/p/sympy/issues/detail?id=790 This seems to work now. Presumably, Aaron's Risch algorithm work fixed it. In [1]: ee = (co

Issue 3550 in sympy: patternify() creates broken objects

2012-12-08 Thread sympy
Status: Valid Owner: Labels: Type-Defect Priority-High Matching Milestone-Release0.7.3 New issue 3550 by ronan.l...@gmail.com: patternify() creates broken objects http://code.google.com/p/sympy/issues/detail?id=3550 In principle, the whole concept of replacing arbitrary objects with Varia