1. Calcul du troisième vecteur propre.
Calculons les coordonnées du vecteur V ⃗ 3 = V ⃗ 1 ∧ V ⃗ 2 \vec{V}_{3} = \vec{V}_{1} \wedge \vec{V}_{2} V 3 = V 1 ∧ V 2 :
V ⃗ 3 = ( 1 1 2 ) ∧ ( 1 − 1 0 ) = ( ( 1 × 0 ) − ( 2 × − 1 ) ( 2 × 1 ) − ( 1 × 0 ) ( 1 × − 1 ) − ( 1 × 1 ) ) = ( 2 2 − 2 ) \vec{V}_{3} = \begin{pmatrix} 1 1 2 \end{pmatrix} \wedge \begin{pmatrix} 1 -1 0 \end{pmatrix} = \begin{pmatrix} (1 \times 0) - (2 \times -1) (2 \times 1) - (1 \times 0) (1 \times -1) - (1 \times 1) \end{pmatrix} = \begin{pmatrix} 2 2 -2 \end{pmatrix} V 3 = 1 1 2 ∧ 1 − 1 0 = ( 1 × 0 ) − ( 2 × − 1 ) ( 2 × 1 ) − ( 1 × 0 ) ( 1 × − 1 ) − ( 1 × 1 ) = 2 2 − 2 Pour simplifier les calculs, nous pouvons choisir de travailler avec le vecteur colinéaire V ⃗ 3 ′ = 1 2 V ⃗ 3 = ( 1 1 − 1 ) \vec{V}'_{3} = \frac{1}{2} \vec{V}_{3} = \begin{pmatrix} 1 1 -1 \end{pmatrix} V 3 ′ = 2 1 V 3 = 1 1 − 1 .
Comme tout multiple non nul d'un vecteur propre est un vecteur propre, cela ne change pas l'ensemble des matrices recherchées.
2. Analyse de la base de diagonalisation.
On vérifie immédiatement que les vecteurs V ⃗ 1 \vec{V}_1 V 1 , V ⃗ 2 \vec{V}_2 V 2 et V ⃗ 3 ′ \vec{V}'_3 V 3 ′ sont deux à deux orthogonaux pour le produit scalaire canonique.
En effet :
⟨ V ⃗ 1 , V ⃗ 2 ⟩ = 1 − 1 + 0 = 0 \langle \vec{V}_1, \vec{V}_2 \rangle = 1 - 1 + 0 = 0 ⟨ V 1 , V 2 ⟩ = 1 − 1 + 0 = 0
⟨ V ⃗ 1 , V ⃗ 3 ′ ⟩ = 1 + 1 − 2 = 0 \langle \vec{V}_1, \vec{V}'_3 \rangle = 1 + 1 - 2 = 0 ⟨ V 1 , V 3 ′ ⟩ = 1 + 1 − 2 = 0
⟨ V ⃗ 2 , V ⃗ 3 ′ ⟩ = 1 − 1 + 0 = 0 \langle \vec{V}_2, \vec{V}'_3 \rangle = 1 - 1 + 0 = 0 ⟨ V 2 , V 3 ′ ⟩ = 1 − 1 + 0 = 0 La famille ( V ⃗ 1 , V ⃗ 2 , V ⃗ 3 ′ ) (\vec{V}_1, \vec{V}_2, \vec{V}'_3) ( V 1 , V 2 , V 3 ′ ) est une famille de vecteurs non nuls et orthogonaux, c'est donc une base de R 3 \mathbb{R}^3 R 3 .
3. Expression de la matrice A A A .
Une matrice A A A répond au problème si et seulement si elle est diagonalisable dans cette base.
Il existe donc ( λ , μ , ν ) ∈ R 3 (\lambda, \mu, \nu) \in \mathbb{R}^3 ( λ , μ , ν ) ∈ R 3 tels que A = P D P − 1 A = P D P^{-1} A = P D P − 1 avec :
D = ( λ 0 0 0 μ 0 0 0 ν ) et P = ( 1 1 1 1 − 1 1 2 0 − 1 ) D = \begin{pmatrix} \lambda & 0 & 0 0 & \mu & 0 0 & 0 & \nu \end{pmatrix} \text{et} P = \begin{pmatrix} 1 & 1 & 1 1 & -1 & 1 2 & 0 & -1 \end{pmatrix} D = λ 0 0 0 μ 0 0 0 ν et P = 1 1 2 1 − 1 0 1 1 − 1 4. Calcul de l'inverse de P P P .
Puisque les colonnes de P P P sont orthogonales, la matrice P T P P^T P P T P est diagonale.
Calculons P T P P^T P P T P :
P T P = ( 1 1 2 1 − 1 0 1 1 − 1 ) ( 1 1 1 1 − 1 1 2 0 − 1 ) = ( 6 0 0 0 2 0 0 0 3 ) P^T P = \begin{pmatrix} 1 & 1 & 2 1 & -1 & 0 1 & 1 & -1 \end{pmatrix} \begin{pmatrix} 1 & 1 & 1 1 & -1 & 1 2 & 0 & -1 \end{pmatrix} = \begin{pmatrix} 6 & 0 & 0 0 & 2 & 0 0 & 0 & 3 \end{pmatrix} P T P = 1 1 1 1 − 1 1 2 0 − 1 1 1 2 1 − 1 0 1 1 − 1 = 6 0 0 0 2 0 0 0 3 On en déduit que P − 1 = ( P T P ) − 1 P T P^{-1} = (P^T P)^{-1} P^T P − 1 = ( P T P ) − 1 P T :
P − 1 = ( 1 / 6 0 0 0 1 / 2 0 0 0 1 / 3 ) ( 1 1 2 1 − 1 0 1 1 − 1 ) = 1 6 ( 1 1 2 3 − 3 0 2 2 − 2 ) \boxed{ P^{-1} = \begin{pmatrix} 1/6 & 0 & 0 0 & 1/2 & 0 0 & 0 & 1/3 \end{pmatrix} \begin{pmatrix} 1 & 1 & 2 1 & -1 & 0 1 & 1 & -1 \end{pmatrix} = \frac{1}{6} \begin{pmatrix} 1 & 1 & 2 3 & -3 & 0 2 & 2 & -2 \end{pmatrix} } P − 1 = 1/6 0 0 0 1/2 0 0 0 1/3 1 1 1 1 − 1 1 2 0 − 1 = 6 1 1 3 2 1 − 3 2 2 0 − 2 5. Synthèse des calculs.
On calcule maintenant le produit A = P D P − 1 A = P D P^{-1} A = P D P − 1 :
A = 1 6 ( 1 1 1 1 − 1 1 2 0 − 1 ) ( λ μ ν λ − μ ν 2 λ 0 − ν ) ( 1 1 2 3 − 3 0 2 2 − 2 ) (faux, effectuons le produit par e ˊ tape) A = \frac{1}{6} \begin{pmatrix} 1 & 1 & 1 1 & -1 & 1 2 & 0 & -1 \end{pmatrix} \begin{pmatrix} \lambda & \mu & \nu \lambda & -\mu & \nu 2\lambda & 0 & -\nu \end{pmatrix} \begin{pmatrix} 1 & 1 & 2 3 & -3 & 0 2 & 2 & -2 \end{pmatrix} \text{ (faux, effectuons le produit par étape)} A = 6 1 1 1 2 1 − 1 0 1 1 − 1 λ λ 2 λ μ − μ 0 ν ν − ν 1 3 2 1 − 3 2 2 0 − 2 (faux, effectuons le produit par e ˊ tape) Calculons d'abord M = P D M = P D M = P D :
M = ( λ μ ν λ − μ ν 2 λ 0 − ν ) M = \begin{pmatrix} \lambda & \mu & \nu \lambda & -\mu & \nu 2\lambda & 0 & -\nu \end{pmatrix} M = λ λ 2 λ μ − μ 0 ν ν − ν Puis A = M P − 1 A = M P^{-1} A = M P − 1 :
A = ( λ μ ν λ − μ ν 2 λ 0 − ν ) ( 1 / 6 1 / 6 1 / 3 1 / 2 − 1 / 2 0 1 / 3 1 / 3 − 1 / 3 ) A = \begin{pmatrix} \lambda & \mu & \nu \lambda & -\mu & \nu 2\lambda & 0 & -\nu \end{pmatrix} \begin{pmatrix} 1/6 & 1/6 & 1/3 1/2 & -1/2 & 0 1/3 & 1/3 & -1/3 \end{pmatrix} A = λ λ 2 λ μ − μ 0 ν ν − ν 1/6 1/2 1/3 1/6 − 1/2 1/3 1/3 0 − 1/3 En effectuant le produit matriciel, on obtient :
A = ( 1 6 λ + 1 2 μ + 1 3 ν 1 6 λ − 1 2 μ + 1 3 ν 1 3 λ − 1 3 ν 1 6 λ − 1 2 μ + 1 3 ν 1 6 λ + 1 2 μ + 1 3 ν 1 3 λ − 1 3 ν 1 3 λ − 1 3 ν 1 3 λ − 1 3 ν 2 3 λ + 1 3 ν ) \boxed{ A = \begin{pmatrix} \frac{1}{6}\lambda + \frac{1}{2}\mu + \frac{1}{3}\nu & \frac{1}{6}\lambda - \frac{1}{2}\mu + \frac{1}{3}\nu & \frac{1}{3}\lambda - \frac{1}{3}\nu \frac{1}{6}\lambda - \frac{1}{2}\mu + \frac{1}{3}\nu & \frac{1}{6}\lambda + \frac{1}{2}\mu + \frac{1}{3}\nu & \frac{1}{3}\lambda - \frac{1}{3}\nu \frac{1}{3}\lambda - \frac{1}{3}\nu & \frac{1}{3}\lambda - \frac{1}{3}\nu & \frac{2}{3}\lambda + \frac{1}{3}\nu \end{pmatrix} } A = 6 1 λ + 2 1 μ + 3 1 ν 6 1 λ − 2 1 μ + 3 1 ν 3 1 λ − 3 1 ν 6 1 λ − 2 1 μ + 3 1 ν 6 1 λ + 2 1 μ + 3 1 ν 3 1 λ − 3 1 ν 3 1 λ − 3 1 ν 3 1 λ − 3 1 ν 3 2 λ + 3 1 ν L'ensemble des matrices recherchées est l'ensemble de ces matrices pour ( λ , μ , ν ) ∈ R 3 (\lambda, \mu, \nu) \in \mathbb{R}^3 ( λ , μ , ν ) ∈ R 3 .