any Python equivalent of Math::Polynomial::Solve?

David E. Konerding DSD staff dek at scooby.lbl.gov
Sun Feb 27 13:03:09 EST 2005


On 2005-02-26, Just <just at xs4all.nl> wrote:
> While googling for a non-linear equation solver, I found 
> Math::Polynomial::Solve in CPAN. It seems a great little module, except 
> it's not Python... I'm especially looking for its poly_root() 
> functionality (which solves arbitrary polynomials). Does anyone know of 
> a Python module/package that implements that?
>
> Just

Although I dont' really work on it any more, the Py-ML module which interfaces
Python to Mathematica would almost certain be able to do this, although you'd need an installation of 
Mathematica.

http://sourceforge.net/projects/py-ml/




More information about the Python-list mailing list