Chebyshev
Evaluates a Chebyshev polynomial of the first kind.
Syntax
-
Chebyshev(n, x)
-
n
is a non-negative integer -
x
is a number
-
Description
Chebyshev(n, x)
returns the Chebyshev polynomial of the first kind of order n
evaluated at x
.