Hermite Polynomial
Jump to navigation
Jump to search
A Hermite Polynomial is an orthogonal polynomial sequence that ...
- Example(s):
- $H_0(x) = 1$
- $H_1(x) = 2x$
- $H_2(x) = 4x^2-2$
- $H_3(x) = 8x^3-12x$
- $H_4(x) = 16x^4-48x^2+12$
- Counter-Example(s):
- See: Pierre-Simon Laplace, Charles Hermite, Mathematics, Orthogonal Polynomials, Polynomial Sequence, Signal Processing, Hermitian Wavelet, Wavelet Transform, Probability, Edgeworth Series, Brownian Motion, Combinatorics.
References
2021a
- (Wikipedia, 2021) ⇒ https://en.wikipedia.org/wiki/Hermite_polynomials Retrieved:2021-9-12.
- In mathematics, the Hermite polynomials are a classical orthogonal polynomial sequence.
The polynomials arise in:
- signal processing as Hermitian wavelets for wavelet transform analysis
- probability, such as the Edgeworth series, as well as in connection with Brownian motion;
- combinatorics, as an example of an Appell sequence, obeying the umbral calculus;
- numerical analysis as Gaussian quadrature;
- physics, where they give rise to the eigenstates of the quantum harmonic oscillator; and they also occur in some cases of the heat equation (when the term [math]\displaystyle{ \begin{align}xu_{x}\end{align} }[/math] is present);
- systems theory in connection with nonlinear operations on Gaussian noise.
- random matrix theory in Gaussian ensembles.
- Hermite polynomials were defined by Pierre-Simon Laplace in 1810, [1] [2] though in scarcely recognizable form, and studied in detail by Pafnuty Chebyshev in 1859. [3] Chebyshev's work was overlooked, and they were named later after Charles Hermite, who wrote on the polynomials in 1864, describing them as new. [4] They were consequently not new, although Hermite was the first to define the multidimensional polynomials in his later 1865 publications.
- In mathematics, the Hermite polynomials are a classical orthogonal polynomial sequence.
2021b
- (MathWorld, 2021) ⇒ https://mathworld.wolfram.com/HermitePolynomial.html Retrieved:2021-9-12.
- QUOTE: The Hermite polynomials $H_n(x)$ are set of orthogonal polynomials over the domain $(-\infty,\infty)$ with weighting function $e^{-x^2}$, illustrated above for $n=1, 2, 3,$ and $4$. Hermite polynomials are implemented in the Wolfram Language as HermiteH[n, x].