numpy.polynomial.chebyshev.chebmulx

numpy.polynomial.chebyshev.chebmulx(cs)

Multiply a Chebyshev series by x.

Multiply the polynomial cs by x, where x is the independent variable.

Parameters :

cs : array_like

1-d array of Chebyshev series coefficients ordered from low to high.

Returns :

out : ndarray

Array representing the result of the multiplication.

Notes

New in version 1.5.0.

Previous topic

numpy.polynomial.chebyshev.chebmul

Next topic

numpy.polynomial.chebyshev.chebdiv

This Page