Include Chebyshev polynomials as a polynomial base
The Chebyshev polynomial base needs to be included in minterpy
. This includes at least the following tasks
-
Chebyshev polynomial class inherited from MultivariatePolynomialABC
-
Transformation from Chebyshev polynomial base to Lagrange base (and back) -
Evaluation and Differentiation of Chebyshev polynomials via bypassing over Lagrange to Newton -
Documentation about the basis