Chebyshev polynomials: Difference between revisions

From SklogWiki
Jump to navigation Jump to search
(New page: '''Chebyshev polynomials''' of the first kind are a set of orthogonal polynomials defined as the solutions to the Chebyshev differential equation and denoted <math>T_n(x)</math>. They are ...)
 
m (Added applications section.)
Line 29: Line 29:


:<math>\left. T_6 (x)\right. =32x^6  - 48x^4 + 18x^2 -1</math>
:<math>\left. T_6 (x)\right. =32x^6  - 48x^4 + 18x^2 -1</math>
 
==Applications in statistical mechanics==
*[[Computational implementation of integral equations]]
==See also==
==See also==
*[http://mathworld.wolfram.com/ChebyshevPolynomialoftheFirstKind.html Chebyshev Polynomial of the First Kind -- from Wolfram MathWorld]]
*[http://mathworld.wolfram.com/ChebyshevPolynomialoftheFirstKind.html Chebyshev Polynomial of the First Kind -- from Wolfram MathWorld]]
[[category: mathematics]]
[[category: mathematics]]

Revision as of 12:04, 7 July 2008

Chebyshev polynomials of the first kind are a set of orthogonal polynomials defined as the solutions to the Chebyshev differential equation and denoted . They are used as an approximation to a least squares fit, and are a special case of the ultra-spherical polynomial (Gegenbauer polynomial) with . Chebyshev polynomial of the first kind, can be defined by the contour integral

Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle T_{n}(z)={\frac {1}{4\pi i}}\oint {\frac {(1-t^{2})t^{-n-1}}{(1-2tz+t^{2})}}{\rm {d}}t}

The first seven Chebyshev polynomials of the first kind are:

Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle \left.T_{0}(x)\right.=1}


Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle \left.T_{1}(x)\right.=x}



Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle \left.T_{3}(x)\right.=4x^{3}-3x}



Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle \left.T_{5}(x)\right.=16x^{5}-20x^{3}+5x}


Applications in statistical mechanics

See also