On Thu, May 17, 2012 at 3:19 PM, Yves Bailly <[email protected]> wrote:
> Greetings all,
>
> First, thanks a lot for this great package.
>
> Now I encountered a small unexpected behaviour trying to solve a
> simple expression. Here it is:

> What am I doing wrong? Any hint greatly appreciated.


If you download the current development version you will obtain:

>>> solve(c-sqrt(a**2+b**2) ,a)
[-sqrt(-b**2 + c**2), sqrt(-b**2 + c**2)]

(see http://tinyurl.com/7oqpu7v or google "sympy bleeding edge")

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

Reply via email to