The inverse of a perturbed identity matrix.

3.5k Views Asked by At

Suppose I have a matrix $A$ as following:

$$A=\begin{bmatrix}1&a_{12}&\cdots&a_{1n}\\ a_{21}&1&\cdots&a_{2n}\\\vdots&\vdots&\ddots&\vdots\\a_{n1}&a_{n2}&\cdots&1\end{bmatrix}$$

Assuming $$\max_{1\le{i}\le{n},1\le{j}\le{n}}\left|a_{ij}\right|\ll1$$

How to obtain the inverse of $A$ in an explicit form?

2

There are 2 best solutions below

1
On BEST ANSWER

Use $$(I-A)^{-1} = I + A + A^2 + A^3 + \cdots$$ for $\|A\|<1$, where $\|A\|=\sup_{\|x\|=1} \|Ax\|$.

0
On

The answer provided by nayrb is the best you can expect.

However, if you do not want an infinite series, but a finite (but self-referential) form then the following may be useful $$ (I-A)^{-1} = I + A + A^2 + A^3 \cdots A^{n-1} + A^n (I-A)^{-1} $$