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

Nick Coghlan ncoghlan at iinet.net.au
Sat Feb 26 11:21:35 EST 2005


Just 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

Does SciPy do what you want? Specifically Scientific.Functions.FindRoot [1] & 
Scientific.Functions.Polynomial [2]

Regards,
Nick.

[1]
http://starship.python.net/~hinsen/ScientificPython/ScientificPythonManual/Scientific_9.html
[2]
http://starship.python.net/~hinsen/ScientificPython/ScientificPythonManual/Scientific_13.html


-- 
Nick Coghlan   |   ncoghlan at email.com   |   Brisbane, Australia
---------------------------------------------------------------
             http://boredomandlaziness.skystorm.net



More information about the Python-list mailing list