Multivariable polynomials

2005-07-12 Thread Chris
Does anyone know of a good standalone implementation of multivariable polynomials in python? Thanks, Chris -- http://mail.python.org/mailman/listinfo/python-list

Re: Multivariable polynomials

2005-07-13 Thread Elmo Mäntynen
On Tue, 12 Jul 2005 18:56:30 -0700, Chris wrote: > Does anyone know of a good standalone implementation of multivariable > polynomials in python? > > Thanks, > Chris I'm interested also, and am posting this in the hope that being now a multipostthread with a plus sign next

Re: Multivariable polynomials

2005-07-13 Thread Chris
Fantastic. May I ask what you are hoping to use it for? I checked out Scientific python: http://starship.python.net/~hinsen/ScientificPython/ It has a module with multivariate polynomials with support for a good functionality but I think the input style won't suit my needs. In any case, perhaps i

Re: Multivariable polynomials

2005-07-14 Thread Elmo Mäntynen
On Wed, 13 Jul 2005 16:55:32 -0700, Chris wrote: > Fantastic. May I ask what you are hoping to use it for? > > I checked out Scientific python: > http://starship.python.net/~hinsen/ScientificPython/ > > It has a module with multivariate polynomials with support for a good > functionality but I t