On Feb 16, 9:49 pm, "Aaron S. Meurer" <[email protected]> wrote: > Can this ever be implemented? Or are there numerical algorithms that can > solve systems of polynomial equations (like an extension of nsolve())?
nsolve() uses multidimensional Newton's method, so it should be able to solve any sufficiently well-behaving nonlinear system given good starting points. The main problem is finding good starting points, for this a multidimensional mpmath.polyroots would be nice. I don't know whether such an algorithm exists however. Vinzent -- 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.
