Let $a>0$. Let $A$ be the $n\times n$ matrix with $a+1$ on the diagonal and $a$ in all other entries. How can one compute $A^{-1}$ as a function of $n$?
2026-04-23 01:40:41.1776908441
Inverse of a matrix with $a+1$ on the diagonal and $a$ in other places
333 Views Asked by user17762 https://math.techqa.club/user/user17762/detail At
2
Write $A$ as $I + aJ$ where $J$ is the matrix consisting of all $1$s. Now using the fact that $J^2 = nJ$, look for an inverse of the form $c_1I + c_2J$. More generally, there is the famous Sherman-Morrison formula for rank-one perturbations of invertible matrices.