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 solve3 from https://github.com/sympy/sympy/pull/582, probably because it's a special case of issue 1572.

In [1]: solve(sqrt(x**2-16)-3,x)
Out[1]: [-5, 5]

--
You received this message because you are subscribed to the Google Groups 
"sympy-issues" group.
To post to this group, send email to sympy-issues@googlegroups.com.
To unsubscribe from this group, send email to 
sympy-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sympy-issues?hl=en.

Reply via email to