Template:Short description In linear algebra, a Hilbert matrix, introduced by Template:Harvs, is a square matrix with entries being the unit fractions

<math> H_{ij} = \frac{1}{i+j-1}. </math>

For example, this is the 5 × 5 Hilbert matrix:

<math>H = \begin{bmatrix}
1 & \frac{1}{2} & \frac{1}{3} & \frac{1}{4} & \frac{1}{5} \\
\frac{1}{2} & \frac{1}{3} & \frac{1}{4} & \frac{1}{5} & \frac{1}{6} \\
\frac{1}{3} & \frac{1}{4} & \frac{1}{5} & \frac{1}{6} & \frac{1}{7} \\
\frac{1}{4} & \frac{1}{5} & \frac{1}{6} & \frac{1}{7} & \frac{1}{8} \\
\frac{1}{5} & \frac{1}{6} & \frac{1}{7} & \frac{1}{8} & \frac{1}{9}

\end{bmatrix}.</math>

The entries can also be defined by the integral

<math> H_{ij} = \int_0^1 x^{i+j-2} \, dx, </math>

that is, as a Gramian matrix for powers of x. It arises in the least squares approximation of arbitrary functions by polynomials.

The Hilbert matrices are canonical examples of ill-conditioned matrices, being notoriously difficult to use in numerical computation. For example, the 2-norm condition number of the matrix above is about 4.8Template:E.

Historical noteEdit

Template:Harvtxt introduced the Hilbert matrix to study the following question in approximation theory: "Assume that Template:Nowrap, is a real interval. Is it then possible to find a non-zero polynomial P with integer coefficients, such that the integral

<math>\int_{a}^b P(x)^2 dx</math>

is smaller than any given bound ε > 0, taken arbitrarily small?" To answer this question, Hilbert derives an exact formula for the determinant of the Hilbert matrices and investigates their asymptotics. He concludes that the answer to his question is positive if the length Template:Nowrap of the interval is smaller than 4.

PropertiesEdit

The Hilbert matrix is symmetric and positive definite. The Hilbert matrix is also totally positive (meaning that the determinant of every submatrix is positive).

The Hilbert matrix is an example of a Hankel matrix. It is also a specific example of a Cauchy matrix.

The determinant can be expressed in closed form, as a special case of the Cauchy determinant. The determinant of the n × n Hilbert matrix is

<math>\det(H) = \frac{c_n^4}{c_{2n}},</math>

where

<math>c_n = \prod_{i=1}^{n-1} i^{n-i} = \prod_{i=1}^{n-1} i!.</math>

Hilbert already mentioned the curious fact that the determinant of the Hilbert matrix is the reciprocal of an integer (see sequence Template:OEIS2C in the OEIS), which also follows from the identity

<math>\frac{1}{\det(H)} = \frac{c_{2n}}{c_n^4} = n! \cdot \prod_{i=1}^{2n-1} \binom{i}{[i/2]}.

</math>

Using Stirling's approximation of the factorial, one can establish the following asymptotic result:

<math>\det(H) \sim a_n\, n^{-1/4}(2\pi)^n \,4^{-n^2},</math>

where an converges to the constant <math>e^{1/4}\, 2^{1/12}\, A^{-3} \approx 0.6450</math> as <math>n \to \infty</math>, where A is the Glaisher–Kinkelin constant.

The inverse of the Hilbert matrix can be expressed in closed form using binomial coefficients; its entries are

<math>(H^{-1})_{ij} = (-1)^{i+j}(i + j - 1) \binom{n + i - 1}{n - j} \binom{n + j - 1}{n - i} \binom{i + j - 2}{i - 1}^2,</math>

where n is the order of the matrix.<ref>Template:Cite journal</ref> It follows that the entries of the inverse matrix are all integers, and that the signs form a checkerboard pattern, being positive on the principal diagonal. For example,

<math>\begin{bmatrix}
1 & \frac{1}{2} & \frac{1}{3} & \frac{1}{4} & \frac{1}{5} \\
\frac{1}{2} & \frac{1}{3} & \frac{1}{4} & \frac{1}{5} & \frac{1}{6} \\
\frac{1}{3} & \frac{1}{4} & \frac{1}{5} & \frac{1}{6} & \frac{1}{7} \\
\frac{1}{4} & \frac{1}{5} & \frac{1}{6} & \frac{1}{7} & \frac{1}{8} \\
\frac{1}{5} & \frac{1}{6} & \frac{1}{7} & \frac{1}{8} & \frac{1}{9}

\end{bmatrix}^{-1} = \left[\begin{array}{rrrrr}

25 & -300 & 1050 & -1400 & 630 \\
-300 & 4800 & -18900 & 26880 & -12600 \\
1050 & -18900 & 79380 & -117600 & 56700 \\
-1400 & 26880 & -117600 & 179200 & -88200 \\
630 & -12600 & 56700 & -88200 & 44100

\end{array}\right].</math>

The condition number of the n × n Hilbert matrix grows as <math>O\left(\left(1 + \sqrt{2}\right)^{4n}/\sqrt{n}\right)</math>.

ApplicationsEdit

The method of moments applied to polynomial distributions results in a Hankel matrix, which in the special case of approximating a probability distribution on the interval [0, 1] results in a Hilbert matrix. This matrix needs to be inverted to obtain the weight parameters of the polynomial distribution approximation.<ref name="PolyD2">Template:Cite journal</ref>

ReferencesEdit

<references />

Further readingEdit

Template:Refbegin

Template:Refend

Template:Matrix classes