How to find the inverse of the matrix $A = (a_{ij})$, where $a_{ij} = p^{|i-j|}$. Assuming the matrix is invertible.
What's the special thing of this matrix?
I can only know what this matrix is. But I don't know how to derive its inverse.
How to find the inverse of the matrix $A = (a_{ij})$, where $a_{ij} = p^{|i-j|}$. Assuming the matrix is invertible.
What's the special thing of this matrix?
I can only know what this matrix is. But I don't know how to derive its inverse.
This matrix is known as a Kac-Murdock-Szego (KMS) matrix. Apparently, its inverse has the nice formula described here whenever it is invertible (which occurs whenever $p \neq \pm 1$). In particular, we have $$ A^{-1} = \frac 1{1 - p^2}\pmatrix{ 1&-p&0&\cdots&0\\ -p & 1 + p^2 & -p & \ddots&\vdots\\ 0&-p&1+p^2&\ddots&0\\ \vdots&\ddots&\ddots&\ddots&-p\\ 0 & \cdots & 0 & -p & 1+p^2}. $$