Inverse of a symmetric matrix

46 Views Asked by At

Let we have a symmetric matrix

$\Sigma=(1-\rho)I_p+\rho\mathbf1\mathbf1'$

I am reading a textbook which says that

$\Sigma^{-1}=\frac{-\rho}{(1-\rho)(p\rho+1-\rho)}\mathbf1\mathbf1'+\frac{1}{1-\rho}I_p$

Could you please share some pointer if there is any rule/theorem to arrive this expression of the inverse?

1

There are 1 best solutions below

0
On BEST ANSWER

You might want to look at the Sherman-Morrison formula, matrix inversion lemma