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