Skip to main content

RealChebyshevSeries

Base class: Object

A RealChebyshevSeries-valued Chebyshev series.

Symbols

NameDescription
=Assignment operator for ChebyshevSeries.
==Checks if two Chebyshev series are equal.

Members

NameDescription
degreeReturns the degree of the Chebyshev series.
evaluateEvaluates the Chebyshev series at multiple points.
fitFits the Chebyshev series to the given real-valued function over the specified interval.
get_coefficientsReturns the coefficients of the Chebyshev series.
get_intervalReturns the interval [a, b] over which the Chebyshev series is defined.
set_coefficientsReplaces the coefficients of the Chebyshev series.
set_intervalReplaces the interval [a, b] over which the Chebyshev series is defined.
to_polyConverts the Chebyshev series to its equivalent polynomial representation.