On calcule le déterminant de la matrice \(C-\lambda I\) afin de déterminer les valeurs propres. On a
\begin{align*}
\lvert C-\lambda I\rvert&= \begin{vmatrix} -2-\lambda & 2 & 0 \\ 0 & 2-\lambda & 0 \\ 2 & -1 & -\lambda \end{vmatrix}
\end{align*}
En se basant sur la proposition
Proposition 4.3.8, on développe selon la deuxième ligne:
\begin{align*}
&=(2-\lambda)\begin{vmatrix} -2-\lambda & 0 \\ 2 & -\lambda \end{vmatrix}\\
&=(2-\lambda)(-2-\lambda)(-\lambda)\text{.}
\end{align*}
Les valeurs propres sont donc \(\lambda_1=2,\lambda_2=-2\) et \(\lambda_3=0\text{.}\)
Pour la recherche des vecteurs propres associés, il faut regarder les espaces nuls des matrices \(C-\lambda I\) pour chaque valeur \(\lambda\) trouvée. Pour \(\lambda=2\text{,}\) on trouve
\begin{align*}
\begin{pmatrix} -4 & 2 & 0 \\ 0 & 0 & 0 \\ 2 & -1 & -2 \end{pmatrix}&=\stackrel{L_2\leftrightarrow L_3}{\sim}\begin{pmatrix} -4 & 2 & 0 \\ 2 & -1 & -2 \\ 0 & 0 & 0 \\ \end{pmatrix}\\
&\stackrel{L_2+L_1/2\to L_2}{\sim}\begin{pmatrix} -4 & 2 & 0 \\ 0 & 0 & -2 \\ 0 & 0 & 0 \\ \end{pmatrix}\\
&\stackrel{\stackrel{L_1/(-4)\to L_1}{L_2/(-2)\to L_2}}{\sim}\begin{pmatrix} 1 & -1/2 & 0 \\ 0 & 0 & 1 \\ 0 & 0 & 0 \\ \end{pmatrix}\text{.}
\end{align*}
Il n’y a qu’une seule variable libre, la deuxième. Une base de l’espace nul est donc \(\vec{u}_1=(1/2,1,0)\text{,}\) qui constitue un vecteur propre. Plus simplement, on peut le multiplier par \(2\) pour avoir \(\vec{v}_1=(1,2,0)\text{.}\) Un calcul simple montre que l’on a bel et bien \(C\vec{v}_1=2\vec{v}_1\text{.}\)
Pour le deuxième vecteur propre associé à la valeur propre \(\lambda_2=-2\text{,}\) on procède de la même manière. On a
\begin{align*}
C+2 I&= \begin{pmatrix} 0 & 2 & 0 \\ 0 & 4 & 0 \\ 2 & -1 & 2 \end{pmatrix}\\
&\stackrel{\stackrel{L_2-2L_1\to L_2}{L_3+L_1/2\to L_3}}{\sim}\begin{pmatrix} 0 & 2 & 0 \\ 0 & 0 & 0 \\ 2 & 0 & 2 \end{pmatrix}\\
&\stackrel{\stackrel{L_1/2\to L_1}{L_3/2\to L_3}}{\sim}\begin{pmatrix} 0 & 1 & 0 \\ 0 & 0 & 0 \\ 1 & 0 & 1 \end{pmatrix}\\
&\stackrel{L_3\leftrightarrow L_1}{\sim}\begin{pmatrix} 1 & 0 & 1 \\ 0 & 1 & 0 \\ 0 & 0 & 0 \end{pmatrix}\text{.}
\end{align*}
Encore une fois, on ne retrouve qu’une variable libre, cette fois en \(z\text{,}\) qui amène comme vecteur propre le vecteur \(\vec{v}_2=(-1,0,1)\text{.}\) On vérifie à nouveau que l’on a bien \(C\vec{v}_2=-2\vec{v}_2\) par un calcul de produit matrice vecteur.
Finalement, avec la dernière valeur propre \(\lambda_3=0\text{,}\) on a
\begin{align*}
C&=\begin{pmatrix} -2 & 2 & 0 \\ 0 & 2 & 0 \\ 2 & -1 & 0 \end{pmatrix}\\
&\stackrel{\stackrel{L_1/(-2)\to L_1}{L_2/2\to L_2}}{\sim}\begin{pmatrix} 1 & -1 & 0 \\ 0 & 1 & 0 \\ 2 & -1 & 0 \end{pmatrix}\\
&\stackrel{L_3-2L_1\to L_3}{\sim}\begin{pmatrix} 1 & -1 & 0 \\ 0 & 1 & 0 \\ 0 & 1 & 0 \end{pmatrix}\\
&\stackrel{L_3-L_2\to L_3}{\sim}\begin{pmatrix} 1 & -1 & 0 \\ 0 & 1 & 0 \\ 0 & 0 & 0 \end{pmatrix}\text{.}
\end{align*}
Le dernier vecteur propre est \(\vec{v}_3=(0,0,1)\text{.}\)