I was reading this post: eigenvalues by inspection
that is helpful for a symetric 3 x 3 matrix. Like this:
$$
\begin{bmatrix}
3&2&2\\
2&3&2\\
2&2&3
\end{bmatrix}
$$
$\text{A)}$ The post said that you can establish the eigenvalues by first, subtracting the I matrix from it and you will get three rows of 2's to find it has nullility 2, so I get that the first eigenspace is multiplicity 2. What I don't know is how did he establish that $\lambda$ = 1? Is it simply the difference between the diagonal and the offdiagonals?
For the second $\lambda$ i understand that one.
$\text{B)}$ Now I know this worked because we had only one difference between the diagonal and the off-diagonals of only one, so subtracting the I matrix made all the rows the same, but what if this is not the case such as in the following matrix?
$$
\begin{bmatrix}
7&1&1\\
1&7&1\\
1&1&7
\end{bmatrix}
$$
it was obvious to my tutor, once again that this was multiplicity 2 for the $\lambda = 6$. How was this established by inspection? The other $\lambda$ for this matrix is 9. So it seems you come to values of the lambdas by either subtracting the off-diagonals from the diagonals, or summing up the columns with these kinds of matrices. But how do you come to see see the multiplicity without pencil and paper?
$\text{C)}$ I was playing around the other night (with some 2x2 matrices, that is), and it seems that if you have a matrix like this
$$
\begin{bmatrix}
a&b\\
b&a
\end{bmatrix}
$$
then you have $\lambda_1 = a-b$ and $\lambda_2 = a + b$. Once again you could look at this as, for $\lambda_1$ (subtracting the offdiagonal from the diagonal) and for $\lambda_2$ (summing the column)
An example would be:
$$
\begin{bmatrix}
2&1\\
1&2
\end{bmatrix}
$$
Which has eigenvalues of 1 and 3?
Does have anybody have an insight into expedient eigenvalue/vector determinations with such matrices? Thanks.