2

I want to know how to prove that the below matrix is invertible

\begin{pmatrix} 1 & \frac { 1 }{ 2 } & ... & \frac { 1 }{ n } \\ \frac { 1 }{ 2 } & \frac { 1 }{ 3 } & ... & \frac { 1 }{ n+1 } \\ ... & ... & ... & ... \\ \frac { 1 }{ n } & \frac { 1 }{ n+1 } & ... & \frac { 1 }{ 2n-1 } \end{pmatrix}

and that the inverse matrix has integer entries.

1 Answers1

1

Here is the the article on Wikipedia with this matrix.

  • The problem came in the first chapter of a linear algebra book which I am trying to work through. They didn't mention the name of the matrix. Thanks for the link! – subrat verma Sep 29 '13 at 16:10