How many distinct eigenvalues are there in the matrix.
$$ \begin{bmatrix} 1 & 1 & 1 & 1 \\ 1 & 1 & 1 & 1 \\ 1 & 1 & 1 & 1 \\ 1 & 1 & 1 & 1 \\ \end{bmatrix} $$
I was wondering that is there any specific eigenvalues for matrices like this??
I hope I wouldn't have to find the determinant of this 4×4 matrix.