I need to invert a square symmetric matrix $$ C = c\, I+cs\, B $$ Where: (1) $B$ is a constant matrix of 1 for each entry. (2) $c$ and cs are just positive real numbers. (3) $I$ is the identity.
However, the $\det(B) = 0$ and $B$ by itself does not have an inverse, but I am sure that C must have one.
Problem: What is $C^{-1}$ in terms of $cs, c$?
Calculate $B^2$, calculate $C\cdot (aI+bB)$, determine the values of $a$ and $b$ that give the identity matrix.