[Numpy-discussion] poly class question

Charles R Harris charlesr.harris at gmail.com
Fri Oct 2 13:30:10 EDT 2009


On Fri, Oct 2, 2009 at 11:08 AM, <josef.pktd at gmail.com> wrote:

> Is there a way in numpy (or scipy) to get an infinite expansion for
> the inverse of a polynomial (for a finite number of terms)
>
> np.poly1d([ -0.8, 1])**(-1)
>
> application for example the MA representation of an AR(1)
>
>
Hmm, I've been working on a chebyshev class and division of a scalar by a
chebyshev series is
expressly forbidden, but it could be included if a good interface is
proposed. Same would go for polynomials.

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


More information about the NumPy-Discussion mailing list