[Numpy-discussion] addition, multiplication of a polynomial and np.{float, int}

Charles R Harris charlesr.harris at gmail.com
Wed Mar 7 12:00:09 EST 2012


On Wed, Mar 7, 2012 at 9:45 AM, Pierre Haessig <pierre.haessig at crans.org>wrote:

> Hi,
> Le 06/03/2012 22:19, Charles R Harris a écrit :
> > Use polynomial.Polynomial and you won't have this problem.
> I was not familiar with the "poly1d vs. Polynomial" choice.
>
> Now, I found in the doc some more or less explicit guidelines in:
> http://docs.scipy.org/doc/numpy/reference/routines.polynomials.html
> "The polynomial package is newer and more complete than poly1d and the
> convenience classes are better behaved in the numpy environment."
>
> However, poly1d, which is nicely documented doesn't mention the
> "competitor".
> Going further in this transition, do you feel it would make sense adding
> a "See Also" section in poly1d function ?
>
>
That's a good idea, I'll take care of it. Note the caveat about the
coefficients going in the opposite direction.

Chuck
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20120307/b9c85547/attachment.html>


More information about the NumPy-Discussion mailing list