R/calculateChebyshevPolynomials.R
calculateChebyshevPolynomials.Rd
Resultant matrix of polynomials is of size length(x) by N + 1
calculateChebyshevPolynomials(x, N)
x | Vector of values to compute the polynomials at (numeric) |
---|---|
N | Highest Degree of the Polynomial (Integer) |
A matrix of the polynomials (matrix)