numpy.polynomial.chebyshev.chebdiv()

numpy.polynomial.chebyshev.chebdiv

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

Divide one Chebyshev series by another.

Returns the quotient-with-remainder of two Chebyshev series c1 / c2. The arguments are sequences of coefficients from lowest order “term” to highest, e.g., [1,2,3] represents the series T_0 + 2*T_1 + 3*T_2.

Parameters:

c1, c2 : array_like

1-D a