numpy.polynomial.chebyshev.chebmulx(c) [source]
Multiply a Chebyshev series by x.
Multiply the polynomial c by x, where x is the independent variable.
| Parameters: |
c : array_like 1-D array of Chebyshev series coefficients ordered from low to high. |
|---|---|
| Returns: |
out : ndarray Array representing the result of the multiplication. |
New in version 1.5.0.
© 2008–2017 NumPy Developers
Licensed under the NumPy License.
https://docs.scipy.org/doc/numpy-1.13.0/reference/generated/numpy.polynomial.chebyshev.chebmulx.html