We start by hunting for eigenvalues by taking the determinant of
\(A - \lambda I\text{,}\) which will require the cofactor expansion in order to solve.
\begin{align*}
\det(A - \lambda I) \amp= \det \left(
\begin{bmatrix}
1-\lambda & 6 & 0 \\ 9 & -4-\lambda & 10 \\ 2 & -6 & 3-\lambda
\end{bmatrix}
\right) \\
\amp=(1-\lambda) \det\left(
\begin{bmatrix}
-4-\lambda & 10 \\ -6 & 3-\lambda
\end{bmatrix}
\right) - 6 \det \left(
\begin{bmatrix}
9 & 10 \\ 2 & 3-\lambda
\end{bmatrix}
\right) \\
\amp= (1-\lambda)( (-4-\lambda)(3-\lambda) + 60) - 6 ( 9(3-\lambda) - 20) \\
\amp= (1-\lambda)(\lambda^2 + 4\lambda- 3\lambda - 12 + 60) - 6(27 - 9\lambda - 20) \\
\amp= (1-\lambda)(\lambda^2 + \lambda + 48) - 42 + 54\lambda \\
\amp= \lambda^2 + \lambda + 48 - \lambda^3 - \lambda^2 - 48 \lambda - 42 + 54\lambda \\
\amp= -\lambda^3 + 7\lambda + 6
\end{align*}
We need to look for the roots of this polynomial. Thereβs no nice way to factor this right away, so we need to start guessing roots. We know that the root must be a factor of 6. If we try \(\lambda = 1\text{,}\) we get
\begin{equation*}
-1 + 7 + 6 = 12 \neq 0
\end{equation*}
so that one doesnβt work. Plugging in \(\lambda = -1\text{,}\) we get
\begin{equation*}
-(-1)^3 - 7 + 6 = 1 - 7 +6 = 0
\end{equation*}
so this is a root, meaing that \(\lambda+1\) is a factor of the characteristic polynomial. We can then use polynomial long division to get that
\begin{equation*}
-\lambda^3 + 7\lambda + 6 = (\lambda+ 1)(-\lambda^2 + \lambda + 6) = -(\lambda+1)(\lambda^2 - \lambda - 6)
\end{equation*}
and the quadratic term here factors as \((\lambda - 3)(\lambda+2)\text{.}\) Thus, the characteristic polynomial of this matrix is
\begin{equation*}
(\lambda+1)(\lambda-3)(\lambda+2)
\end{equation*}
so the eigenvalues are \(-1\text{,}\) \(3\text{,}\) and \(-2\text{.}\)
For the eigenvalue \(-1\text{,}\) the eigenvector must satisfy
\begin{equation*}
(A + I)\vec{v} = \vec{0}
\end{equation*}
which we can write as
\begin{equation*}
\begin{bmatrix} 2 & 6 & 0 \\ 9 & -3 & 10 \\ 2 & -6 & 4 \end{bmatrix} \begin{bmatrix} v_1 \\ v_2 \\ v_3 \end{bmatrix} = \vec{0}.
\end{equation*}
To solve this, we row-reduce the coefficient matrix.
\begin{align*}
\begin{bmatrix}
2 & 6 & 0 \\ 9 & -3 & 10 \\ 2 & -6 & 4
\end{bmatrix}
\amp\rightarrow
\begin{bmatrix}
1 & 3 & 0 \\ 9 & -3 & 10 \\ 2 & -6 & 4
\end{bmatrix}\\
\amp\rightarrow
\begin{bmatrix}
1 & 3 & 0 \\ 0 & -30 & 10 \\ 0 & -12 & 4
\end{bmatrix}\\
\amp\rightarrow
\begin{bmatrix}
1 & 3 & 0 \\ 0 & -3 & 1 \\ 0 & -12 & 4
\end{bmatrix}\\
\amp\rightarrow
\begin{bmatrix}
1 & 3 & 0 \\ 0 & -3 & 1 \\ 0 & 0 & 0
\end{bmatrix}
\end{align*}
Therefore, the eigenvector must satsify \(v_1 + 3v_2 = 0\) and \(-3v_2 + v_3 = 0\text{.}\) We need to pick any non-zero set of numbers that solves these equations. For example, we could pick \(v_2 = 1\) to get that we need \(v_1 = -3\) and \(v_3 = 3\text{.}\) This gives an eigenvector of
\begin{equation*}
\begin{bmatrix} -3 \\ 1 \\ 3 \end{bmatrix}.
\end{equation*}
For the eigenvalue \(3\text{,}\) the eigenvector must satisfy
\begin{equation*}
\begin{bmatrix} -2 & 6 & 0 \\ 9 & -7 & 10 \\ 2 & -6 & 0 \end{bmatrix} \begin{bmatrix} v_1 \\ v_2 \\ v_3 \end{bmatrix} = \vec{0}.
\end{equation*}
Row reduction gives
\begin{align*}
\begin{bmatrix}
-2 & 6 & 0 \\ 9 & -7 & 10 \\ 2 & -6 & 0
\end{bmatrix}
\amp\rightarrow
\begin{bmatrix}
1 & -3 & 0 \\ 9 & -7 & 10 \\ 2 & -6 & 0
\end{bmatrix}\\
\amp\rightarrow
\begin{bmatrix}
1 & -3 & 0 \\ 0 & 20 & 10 \\ 0 & 0 & 0
\end{bmatrix}\\
\amp\rightarrow
\begin{bmatrix}
1 & -3 & 0 \\ 0 & 2 & 1 \\ 0 & 0 & 0 \end{bmatrix}
\end{align*}
which means that the eigenvector must satisfy \(v_1 - 3v_2 = 0\) and \(2v_2 + v_3 = 0\text{.}\) Again, choosing \(v_2 = 1\) gives that we want \(v_1 = 3\) and \(v_3 = -2\text{.}\) Therefore, a corresponding eigenvector here is
\begin{equation*}
\begin{bmatrix} 3 \\ 1 \\ -2 \end{bmatrix}.
\end{equation*}
For the eigenvalue \(-2\text{,}\) the eigenvector must satisfy
\begin{equation*}
\begin{bmatrix} 3 & 6 & 0 \\ 9 & -2 & 10 \\ 2 & -6 & 5 \end{bmatrix} \begin{bmatrix} v_1 \\ v_2 \\ v_3 \end{bmatrix} = \vec{0}
\end{equation*}
where we can row reduce the coefficient matrix.
\begin{align*}
\begin{bmatrix}
3 & 6 & 0 \\ 9 & -2 & 10 \\ 2 & -6 & 5
\end{bmatrix}
\amp\rightarrow
\begin{bmatrix}
1 & 2 & 0 \\ 9 & -2 & 10 \\ 2 & -6 & 5
\end{bmatrix}\\
\amp\rightarrow
\begin{bmatrix}
1 & 2 & 0 \\ 0 & -20 & 10 \\ 0 & -10 & 5
\end{bmatrix}\\
\amp\rightarrow
\begin{bmatrix}
1 & 2 & 0 \\ 0 & -2 & 1 \\ 0 & -10 & 5
\end{bmatrix}\\
\amp\rightarrow
\begin{bmatrix}
1 & 2 & 0 \\ 0 & -2 & 1 \\ 0 & 0 & 0
\end{bmatrix}\text{.}
\end{align*}
Therefore, the eigenvector must satisfy \(v_1 + 2v_2 = 0\) and \(-2v_2 + v_3 = 0\text{.}\) Picking \(v_2 = 1\) again gives that we want \(v_1 = -2\) and \(v_3 = 2\text{.}\) Therefore, an eigenvector with eigenvalue \(-2\) is
\begin{equation*}
\begin{bmatrix} -2 \\ 1 \\ 2 \end{bmatrix}.
\end{equation*}