Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Mathematica > Mathematics and Algorithms > Mathematical Functions > Special Functions >

ChebyshevT

ChebyshevT[n, x]
gives the Chebyshev polynomial of the first kind T_n(x).
  • Mathematical function, suitable for both symbolic and numerical manipulation.
  • Explicit polynomials are given for integer n.
  • T_n(costheta)=cos(ntheta).
  • For certain special arguments, ChebyshevT automatically evaluates to exact values.
  • ChebyshevT can be evaluated to arbitrary numerical precision.
  • ChebyshevT[n, z] has a branch cut discontinuity in the complex z plane running from -Infinity to -1.
Compute the 10^(th) Chebyshev polynomial:
Evaluate for complex arguments and orders:
Evaluate for large orders:
Evaluate to high precision:
ChebyshevT threads element-wise over lists:
Simple cases give exact symbolic results even for arbitrary order:
TraditionalForm formatting:
ChebyshevT can be applied to power series:
ChebyshevT can be applied to Interval:
Plot the first 10 Chebyshev polynomials:
Find a minimax approximation to the function Clip[4 x]:
Derivative of ChebyshevT is expressed in terms of ChebyshevU:
Cancellations in the polynomial form may lead to inaccurate numerical results:
Evaluate the function directly:
New in 1
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team