I am having trouble finding the eigenvalues and eigenspaces of symmetric symbolic matrices. The matrices given are as follows:
$$ A = \begin{pmatrix} α & -β & -β \\ -β & α & -β \\ -β & -β & α \end{pmatrix} ,\qquad B = \begin{pmatrix} α & -β & -β & -β \\ -β & α & -β & -β \\ -β & -β & α & -β \\ -β & -β & -β & α \end{pmatrix} $$
(1) Find all eigenvalues of both.
(2) Find the eigenspaces of both.
(3) Find the algebraic multiplicity and the geometric multiplicity of every eigenvalue of both.
(4) Justify if the matrices are diagonalizable.
For previous problems I have calculated the determinant of the matrix subtraced by lambda multiplied by the identity matrix and set the determinant equal to zero to solve for lambda (obtaining the eigenvalues). However, I feel like some properties of symmetric matrices might make these problems easier than completing such lengthy and complex calculations. Any guidance would be greatly appreciated.