Resultant matrix of polynomials is of size length(x) by N + 1

calculateChebyshevPolynomials(x, N)

Arguments

x

Vector of values to compute the polynomials at (numeric)

N

Highest Degree of the Polynomial (Integer)

Value

A matrix of the polynomials (matrix)