Status: New
Owner: ----
Labels: Type-Enhancement Priority-Medium

New issue 3512 by [email protected]: solve is slow for a simple set of equations.
http://code.google.com/p/sympy/issues/detail?id=3512

(x en y are symbols)

solve([x**2 + y**2 -4, y - x**3], x,y)
takes several minutes to compute.

But the computation of
solve([x**2 + (x**3)**2 -4], x)
solve([y - x**3], x,y)
is done almost instantly.

--
You received this message because you are subscribed to the Google Groups 
"sympy-issues" 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-issues?hl=en.

Reply via email to