Re: Issue 2716 in sympy: solve cannot handle systems involving roots and constants

2011-10-12 Thread sympy
Updates: Status: Fixed Comment #7 on issue 2716 by smi...@gmail.com: solve cannot handle systems involving roots and constants http://code.google.com/p/sympy/issues/detail?id=2716 solve(sqrt(x**2-16)-3,x) [-5, 5] -- You received this message because you are subscribed to the

Re: Issue 2716 in sympy: solve cannot handle systems involving roots and constants

2011-10-10 Thread sympy
Updates: Labels: NeedsReview smichr Comment #6 on issue 2716 by smi...@gmail.com: solve cannot handle systems involving roots and constants http://code.google.com/p/sympy/issues/detail?id=2716 (No comment was entered for this change.) -- You received this message because you are

Re: Issue 2716 in sympy: solve cannot handle systems involving roots and constants

2011-10-01 Thread sympy
Comment #2 on issue 2716 by smi...@gmail.com: solve cannot handle systems involving roots and constants http://code.google.com/p/sympy/issues/detail?id=2716 _tsolve is responsible for removing the sqrt after polys has identified that this equation is linear in the generator

Re: Issue 2716 in sympy: solve cannot handle systems involving roots and constants

2011-09-30 Thread sympy
Updates: Status: Accepted Cc: smi...@gmail.com Labels: Solvers Blockedon: 1572 Comment #1 on issue 2716 by asmeurer: solve cannot handle systems involving roots and constants http://code.google.com/p/sympy/issues/detail?id=2716 This works in Chris's branch