Hilbert Matrix

DOWNLOAD Mathematica Notebook HilbertMatrix

A matrix H with elements

 H_(ij)=(i+j-1)^(-1)
(1)

for i,j=1, 2, ..., n. Hilbert matrices are implemented in the Wolfram Language by HilbertMatrix[m, n]. The figure above shows a plot of the 256×256 Hilbert matrix with elements colored according to their values.

Hilbert matrices whose entries are specified as machine-precision numbers are difficult to invert using numerical techniques.

The determinants for the first few values of H_n for n=1, 2, ... are given by one divided by 1, 12, 2160, 6048000, 266716800000, ... (OEIS A005249). The terms of sequence have the closed form

a_n=(n^n)/(G^2(n+1))product_(k=1)^(n-1)(n^2-k^2)^(n-k)
(2)
=product_(k=1)^(n-1)(2k+1)(2k; k)^2
(3)
=(2^(n(2n-1)-1/12)A^3)/(e^(1/4)pi^n)(G(n+1/2)G(n+3/2))/(G^2(n+1)),
(4)

where A is the Glaisher-Kinkelin constant and G(n) is the Barnes G-function. The numerical values are given in the following table.

ndet(H)
11
28.33333×10^(-2)
34.62963×10^(-4)
41.65344×10^(-7)
53.74930×10^(-12)
65.36730×10^(-18)

The elements of the matrix inverse of the n×n Hilbert matrix are given analytically by

 (H^(-1))_(ij)=(-1)^(i+j)(i+j-1)(n+i-1; n-j)(n+j-1; n-i)(i+j-2; i-1)^2
(5)

(Choi 1983, Richardson 1999).

Wolfram Web Resources

Mathematica »

The #1 tool for creating Demonstrations and anything technical.

Wolfram|Alpha »

Explore anything with the first computational knowledge engine.

Wolfram Demonstrations Project »

Explore thousands of free applications across science, mathematics, engineering, technology, business, art, finance, social sciences, and more.

Computerbasedmath.org »

Join the initiative for modernizing math education.

Online Integral Calculator »

Solve integrals with Wolfram|Alpha.

Step-by-step Solutions »

Walk through homework problems step-by-step from beginning to end. Hints help you try the next step on your own.

Wolfram Problem Generator »

Unlimited random practice problems and answers with built-in Step-by-step solutions. Practice online or make a printable study sheet.

Wolfram Education Portal »

Collection of teaching and learning tools built by Wolfram education experts: dynamic textbook, lesson plans, widgets, interactive Demonstrations, and more.

Wolfram Language »

Knowledge-based programming for everyone.