[SciPy-User] Chebeshev Polynomial implimentation python

Pramod pramo4d at gmail.com
Sat Dec 18 13:35:37 EST 2010


Matlab imple mentation :
for N = 1:Nmax;
[D,x] = cheb(N);

How to impliment above (written in matlab ) chebshev  polynomial in
python



More information about the SciPy-User mailing list