I have the following matrix, call it A:
$\begin{bmatrix} 1 & 1 & 1 & 1 \\ 1 & 1 & 1 & 1 \\ 1 & 1 & 1 & 1 \\ 1 & 1 & 1 & 1 \end{bmatrix}$
I need to find its eigenvalue using its characteristic polynomial. I already did this on smaller matrices which were comfortable to calculate.
But calculating an eigenvalue for this matrix seems too complex - Possibly there's a better method?
Edit: This needs to be done without an external help (e.g. Wolfram Alpha).