In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] (John M. Gamble) wrote:
> In article <[EMAIL PROTECTED]>, > Just <[EMAIL PROTECTED]> wrote: > >While googling for a non-linear equation solver, I found > >Math::Polynomial::Solve in CPAN. It seems a great little module, except > > Thank you. > > >it's not Python... > > Sorry about that. Heh, how big are the odds you find the author of an arbitrary Perl module on c.l.py... > > I'm especially looking for its poly_root() > >functionality (which solves arbitrary polynomials). Does anyone know of > >a Python module/package that implements that? > > Are you looking for that particular algorithm, or for any > source that will find the roots of the polynomial? Any will do. As I wrote in another post, I'm currently only looking for a quintic equation solver, which your module does very nicely. > The > original source for the algorithm used in the module is > from Hiroshi Murakami's Fortran source, and it shouldn't > be too difficult to repeat the translation process to python. Ah ok, I'll try to locate that (following the instruction in Solve.pm didn't work for me :( ). Just -- http://mail.python.org/mailman/listinfo/python-list