I have a matrix
$A = \begin{bmatrix} -1 && 1 && 1 \\ 1 && -1 && 1 \\ 1 && 1 && -1 \end{bmatrix}$
I already know that one eigenvector of that matrix is $(1, 1, 1)$ and one eigenvalue is $1$, based on the constant sum of rows. Now I am supposed to calculate the other eigenvalues, without using the polynomial of the matrix.. I know that there are supposed to be two more eigenvalues and that the product of the eigenvalues is equal to $detA=4$ and that the sum of eigenvalues is equal to $trA=-3$, but I just can't seem to get the right answer.
Is this even the right approach? Any hints or ideas on how to proceed are appreciated.