I am trying to find the eigenvalues of $A$ where $$A= \begin{bmatrix} 1 & 1 & 2 \\ 1 & 2 & 1 \\ 2 & 1 & 1 \\ \end{bmatrix} $$
I'm stuck after writing out the equation $(1-λ)(2-λ)(1-λ)-6(1-λ) = 0$. I have tried solving this in two different ways (using characteristic equation and otherwise, both result in the above equation), but the solutions on the eigenvalue calculator for 3x3 matrices on WolframAlpha differ from mine. What am I doing wrong here?
Edit: My bad, I forgot to include the solution I have written. I took a picture of it:

I also have another solution where I used the formula for the determinant of a 3x3 matrix and I got the same answer. WolframAlpha says that the eigenvalues for this are $λ = 1, -1$, and $4$.
You have $(1-λ)(2-λ)(1-λ)-6(1-λ)$; before doing anything else, collect $1-\lambda$, getting $$ (1-\lambda)\bigl((1-λ)(2-λ)-6\bigr) = (1-\lambda)(2-2\lambda-\lambda+\lambda^2-6) = (1-\lambda)(\lambda^2-3\lambda-4) $$ and you can find separately the solutions of $1-\lambda=0$ (that is, $\lambda=1$) and of $\lambda^2-3\lambda-4=0$ (that is, $\lambda=4$ or $\lambda=-1$).