I have a problem figuring the following out:
I am aware that this hold: $\det(kA)=k^n * \det(A)$ for A being (n×n) matrix.
However, if I wish to calculate the determinant of
$\begin{bmatrix}5-λ&-2&1\\-2&2-λ&2\\1&2&5-λ\end{bmatrix}$
I get eigenvalues 0, and 6,
But if I wish to calculate the determinant of: (1/6 is a constant front of the matrix, but I couldn't align it)
$1/6 \cdot \begin{bmatrix}5-λ&-2&1\\-2&2-λ&2\\1&2&5-λ\end{bmatrix}$
I get eigenvalues 0, 1.
How's this true taking in the account that the equality at the top holds?
Let $\lambda$ be an eigenvalue of $A$ with the eigenvector $v$.
Then for $\alpha A$ we have:
$$(\alpha A)v = \alpha(Av) = \alpha(\lambda v) = (\alpha\lambda) v$$
Therefore, $v$ is the eigenvector of the eigenvalue $\alpha\lambda$.
That is why your eigenvalues got scaled by $\frac16$.