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

2005-02-26 Thread John M. Gamble
In article <[EMAIL PROTECTED]>, Just <[EMAIL PROTECTED]> wrote: > >Heh, how big are the odds you find the author of an arbitrary Perl >module on c.l.py... > Hey, that's why it's called lurking. > >Any will do. As I wrote in another post, I'm currently only looking for >a quintic equation solve

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

2005-02-26 Thread John M. Gamble
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. > I'm especially looking for