[SciPy-User] Chebshev polynomial implimetation scipy

Charles R Harris charlesr.harris at gmail.com
Mon Dec 20 12:24:52 EST 2010


On Sat, Dec 18, 2010 at 12:40 AM, Pramod <pramo4d at gmail.com> wrote:

> Dear friends,
>
> How to implement Chebshev polynomial  in scipy can you please give men
> an example please
>
>
>
> Thanks in advance
>
>
There are Chebyshev polynomials in numpy since version 1.4. Try

from numpy.polynomial import Chebyshev.

Chuck
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.scipy.org/pipermail/scipy-user/attachments/20101220/66dd16ad/attachment.html>


More information about the SciPy-User mailing list