What is the Formula for Entries in an Nxn Hilbert Matrix?

  • Context: Graduate 
  • Thread starter Thread starter sponsoredwalk
  • Start date Start date
  • Tags Tags
    Hilbert Matrix Terms
Click For Summary
SUMMARY

The formula for the entries in an N x N Hilbert matrix is defined as hi,j = 1 / (i + j - 1). This formula is derived by analyzing the pattern of denominators in the matrix. In the first row, the denominators correspond to j values incremented by i-1, while in the second row, the pattern continues with j values adjusted similarly. Recognizing this pattern is essential for understanding the structure of the Hilbert matrix.

PREREQUISITES
  • Understanding of matrix notation and structure
  • Familiarity with mathematical sequences and series
  • Basic knowledge of fractions and their properties
  • Experience with mathematical proofs and derivations
NEXT STEPS
  • Study the properties of Hilbert matrices and their applications in numerical analysis
  • Explore the derivation of formulas for other types of matrices, such as Vandermonde matrices
  • Learn about the significance of matrix determinants and inverses in linear algebra
  • Investigate the role of Hilbert matrices in solving linear equations and optimization problems
USEFUL FOR

Mathematicians, students studying linear algebra, and anyone interested in matrix theory and its applications in computational mathematics.

sponsoredwalk
Messages
531
Reaction score
5
[tex]\begin{bmatrix}<br /> 1 & \frac{1}{2} & \frac{1}{3} \ldots & \ldots & \frac{1}{n}\\<br /> <br /> \frac{1}{2} & \frac{1}{3} & \frac{1}{4} \ldots & \ldots & \frac{1}{n + 1}\\<br /> <br /> \frac{1}{3} & \frac{1}{4} & \right \frac{1}{5}\ldots & \ldots & \frac{1}{n + 2}\\<br /> <br /> \vdots & \vdots & \vdots & \ddots & \vdots\\<br /> <br /> \frac{1}{n} & \frac{1}{n + 1} & \frac{1}{n + 2} & \ldots & \frac{1}{2n - 1}<br /> <br /> \end{bmatrix}[/tex]


Express the individual entries [tex]h_i_j[/tex]in terms of i & j.


The answer is

[tex]h_i_j = \frac{1}{i + j - 1}[/tex]

but I can't for the life of me understand how you would recognize that this formula fits the pattern formed in the matrix.

If you were answering this question, would you just attempt to form a formula with n's, i's and j's floating around or is there some method that would be helpful when addressing these types of problems?
 
Physics news on Phys.org
Well, you saw that every entry was a fraction with "1" in the numerator, didn't you?:-p

So, it's just a matter of looking at the denominators.

In the first row, where i= 1, the denominators are: j=1, 1; j= 2, 2; j=3, 3; j= 4, 4; ... which are j= j+i-1.

In the second row, where i= 2, the denominators are: j= 1, 2; j= 2, 3; j= 3, 4; j= 4, 5;... which are j+ 1= j+ i- 1 again.
 

Similar threads

  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 7 ·
Replies
7
Views
3K
  • · Replies 8 ·
Replies
8
Views
3K
  • · Replies 21 ·
Replies
21
Views
2K
  • · Replies 33 ·
2
Replies
33
Views
3K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 12 ·
Replies
12
Views
3K
  • · Replies 27 ·
Replies
27
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K