numpy.polynomial.chebyshev.chebsub()

numpy.polynomial.chebyshev.chebsub

numpy.polynomial.chebyshev.chebsub(c1, c2) [source]

Subtract one Chebyshev series from another.

Returns the difference of two Chebyshev series c1 - c2. The sequences of coefficients are from lowest order term to highest, i.e., [1,2,3] represents the series T_0 + 2*T_1 + 3*T_2.

Parameters:

c1, c2 : array_like

1-D arrays of Chebyshev se