Find the eigenvalues of the matrix:
Matrix
\[
A = \begin{bmatrix}
4 & 1 & 2 \\
1 & 3 & 0 \\
2 & 0 & 5
\end{bmatrix}
\]
Show Hint
To find eigenvalues, solve the characteristic equation \( \det(A - \lambda I) = 0 \), where \( \lambda \) represents the eigenvalue. The solutions to this equation give the eigenvalues.