Can I guess the eigenvalues of a $3\times3$ matrix having all entries $1$? for e.g., consider the matrix
$ \left( \begin{array}{ccc} 1 & 1 & 1 \\ 1 & 1 & 1 \\ 1 & 1 & 1 \end{array} \right)$
Can I guess the eigenvalues of a $3\times3$ matrix having all entries $1$? for e.g., consider the matrix
$ \left( \begin{array}{ccc} 1 & 1 & 1 \\ 1 & 1 & 1 \\ 1 & 1 & 1 \end{array} \right)$
Yes, it has eigenvalues $3$ and $0$.
One eigenvector is $x=\begin{pmatrix} 1 \\ 1\\ 1\end{pmatrix}$ - it is actually the transpose of one of the rows of the matrix. The associated eigenvalue is $3$.
Any vector $\ne 0$ orthogonal to $x$ is an eigenvector to the eigenvalue $0$.