Diagonalisation

Exercice 2 - Exercice 1

1 h
85
Soit EE un R\mathbb{R}-espace vectoriel de dimension trois.
On désigne l'élément identité de EE par IdE\mathrm{Id}_E.
Soit uL(E)u \in \mathcal{L}(E) représentée, dans une certaine base B\mathcal{B} de EE, par la matrice AA suivante :
A=(102020201)A = \begin{pmatrix} 1 & 0 & 2 \\ 0 & 2 & 0 \\ 2 & 0 & 1 \end{pmatrix}
Question 1

Déterminer les éléments propres de uu.
Ceci signifie qu'il vous faut déterminer l'ensemble des valeurs propres de AA (c'est-à-dire le spectre SpR(A)\mathrm{Sp}_{\mathbb{R}}(A)) et les vecteurs propres associés.

Correction
Soit λ\lambda une valeur propre réelle de uu.
Le polynôme caractéristique est donné par :
P(λ)=det(AλI3)=det((102020201)λ(100010001))=det((102020201)+(λ000λ000λ))P(\lambda) = \det(A - \lambda I_3) = \det \left( \begin{pmatrix} 1 & 0 & 2 \\ 0 & 2 & 0 \\ 2 & 0 & 1 \end{pmatrix} - \lambda \begin{pmatrix} 1 & 0 & 0 \\ 0 & 1 & 0 \\ 0 & 0 & 1 \end{pmatrix} \right) = \det \left( \begin{pmatrix} 1 & 0 & 2 \\ 0 & 2 & 0 \\ 2 & 0 & 1 \end{pmatrix} + \begin{pmatrix} - \lambda & 0 & 0 \\ 0 & - \lambda & 0 \\ 0 & 0 & - \lambda \end{pmatrix} \right)
Soit :
P(λ)=det((1λ0202λ0201λ))=1λ0202λ0201λP(\lambda) = \det \left( \begin{pmatrix} 1 - \lambda & 0 & 2 \\ 0 & 2 - \lambda & 0 \\ 2 & 0 & 1 - \lambda \end{pmatrix} \right) = \begin{vmatrix} 1 - \lambda & 0 & 2 \\ 0 & 2 - \lambda & 0 \\ 2 & 0 & 1 - \lambda\end{vmatrix}
On factorise par le terme 2λ2 - \lambda dans la deuxième colonne pour obtenir :
P(λ)=(2λ)1λ02010201λP(\lambda) = (2 - \lambda) \begin{vmatrix} 1 - \lambda & 0 & 2 \\ 0 & 1 & 0 \\ 2 & 0 & 1 - \lambda\end{vmatrix}
On va développer le déterminant présent suivant la deuxième colonne. On a alors :
P(λ)=(2λ)×1×(1)2+2×1λ221λ=(2λ)×1λ221λP(\lambda) = (2 - \lambda) \times 1 \times (-1)^{2+2} \times \begin{vmatrix} 1 - \lambda & 2 \\ 2 & 1 - \lambda\end{vmatrix} = (2 - \lambda) \times \begin{vmatrix} 1 - \lambda & 2 \\ 2 & 1 - \lambda\end{vmatrix}
D'où :
P(λ)=(2λ)×((1λ)222)=(2λ)×(1λ2)×(1λ+2)=(2λ)×(1λ)×(3λ)P(\lambda) = (2 - \lambda) \times \big( (1 - \lambda)^2 - 2^2 \big) = (2 - \lambda) \times (1 - \lambda - 2) \times (1 - \lambda + 2) = (2 - \lambda) \times (-1 - \lambda) \times (3 - \lambda)
Les valeurs propres de uu sont donc 1-1, 22 et 33. Autrement dit :
SpR(A)={1;2;3}\mathrm{Sp}_{\mathbb{R}}(A) = \{ \, -1 \,;\, 2 \,;\, 3 \, \}
On constate que le spectre est constitué de valeurs propres toutes distinctes non dégénérées, donc toutes de multiplicité 11, et ceci implique que l'endomorphisme uu est diagonalisable.
\bullet \,\, Notons par xx un vecteur propre. Afin de déterminer le sous-espace propre associé à la valeur propre λ=1\lambda = -1, noté V(1)V(-1), utilisons sa définition :
V(1)=ker(u(1)IdE)=ker(u+IdE)={u(x)=xxE}V(-1) = \ker(u -(-1)\mathrm{Id}_E) = \ker(u +\mathrm{Id}_E) = \left\lbrace \, u(x) = -x\, | \, x \in E \, \right\rbrace
Introduisons la représentation matricielle XX du vecteur propre xx dans la base B\mathcal{B} de EE suivante :
X=(abc)avec(a;b;c)R3X = \begin{pmatrix} a \\ b \\ c \end{pmatrix} \,\,\,\,\, \mathrm{avec} \, (a \,;\, b \,;\, c) \in \mathbb{R}^3
En utilisant la représentation matricielle on a alors :
AX=XAX+X=O3;1(A+I3)X=O3;1A X = -X \,\,\, \Longleftrightarrow \,\,\, AX + X = \mathcal{O}_{3\,;\,1} \,\,\, \Longleftrightarrow \,\,\, (A + I_3)X = \mathcal{O}_{3\,;\,1}
Soit :
((102020201)+(100010001))(abc)=(000)(202030202)(abc)=(000)\left( \begin{pmatrix} 1 & 0 & 2 \\ 0 & 2 & 0 \\ 2 & 0 & 1 \end{pmatrix} + \begin{pmatrix} 1 & 0 & 0 \\ 0 & 1 & 0 \\ 0 & 0 & 1 \end{pmatrix} \right) \begin{pmatrix} a \\ b \\ c \end{pmatrix} = \begin{pmatrix} 0 \\ 0 \\ 0 \end{pmatrix} \,\,\, \Longleftrightarrow \,\,\, \begin{pmatrix} 2 & 0 & 2 \\ 0 & 3 & 0 \\ 2 & 0 & 2 \end{pmatrix} \begin{pmatrix} a \\ b \\ c \end{pmatrix} = \begin{pmatrix} 0 \\ 0 \\ 0 \end{pmatrix}
Ce qui nous permet d'obtenir le système linéaire suivant :
{2a+2c=03b=02a+2c=0{a+c=0b=0a+c=0\left\lbrace \begin{array}{rcl} 2a + 2c & = & 0 \\ 3b & = & 0 \\ 2a + 2c & = & 0 \end{array} \right. \,\,\, \Longleftrightarrow \,\,\, \left\lbrace \begin{array}{rcl} a + c & = & 0 \\ b & = & 0 \\ a + c & = & 0 \end{array} \right.
Ainsi :
{a=cb=0cR\left\lbrace \begin{array}{rcl} a & = & -c \\ b & = & 0 \\ c & \in & \mathbb{R} \end{array} \right.
Donc :
X=(c0c)aveccRX = \begin{pmatrix} -c \\ 0 \\ c \end{pmatrix} \,\,\,\,\, \mathrm{avec} \, c \in \mathbb{R}
Soit :
X=c(101)aveccRX = c \begin{pmatrix} -1 \\ 0 \\ 1 \end{pmatrix} \,\,\,\,\, \mathrm{avec} \, c \in \mathbb{R}
Autrement dit :
V(1)=Vect{(101)}V(-1) = \mathrm{Vect} \left\lbrace \, \begin{pmatrix} -1 \\ 0 \\ 1 \end{pmatrix} \, \right\rbrace
\bullet \bullet \,\, Notons par xx un vecteur propre. Afin de déterminer le sous-espace propre associé à la valeur propre λ=2\lambda = 2, noté V(2)V(2), utilisons sa définition :
V(2)=ker(u2IdE)={u(x)=2xxE}V(2) = \ker(u -2\mathrm{Id}_E) = \left\lbrace \, u(x) = 2x\, | \, x \in E \, \right\rbrace
Introduisons la représentation matricielle XX du vecteur propre xx dans la base B\mathcal{B} de EE suivante :
X=(abc)avec(a;b;c)R3X = \begin{pmatrix} a \\ b \\ c \end{pmatrix} \,\,\,\,\, \mathrm{avec} \, (a \,;\, b \,;\, c) \in \mathbb{R}^3
En utilisant la représentation matricielle on a alors :
AX=2XAX2X=O3;1AX2I3X=O3;1(A2I3)X=O3;1A X = 2X \,\,\, \Longleftrightarrow \,\,\, AX - 2X = \mathcal{O}_{3\,;\,1} \,\,\, \Longleftrightarrow \,\,\, AX - 2I_3X = \mathcal{O}_{3\,;\,1} \,\,\, \Longleftrightarrow \,\,\, (A - 2I_3)X = \mathcal{O}_{3\,;\,1}
Soit :
((102020201)2(100010001))(abc)=(000)((102020201)+(200020002))(abc)=(000)\left( \begin{pmatrix} 1 & 0 & 2 \\ 0 & 2 & 0 \\ 2 & 0 & 1 \end{pmatrix} - 2\begin{pmatrix} 1 & 0 & 0 \\ 0 & 1 & 0 \\ 0 & 0 & 1 \end{pmatrix} \right) \begin{pmatrix} a \\ b \\ c \end{pmatrix} = \begin{pmatrix} 0 \\ 0 \\ 0 \end{pmatrix} \,\,\, \Longleftrightarrow \,\,\, \left( \begin{pmatrix} 1 & 0 & 2 \\ 0 & 2 & 0 \\ 2 & 0 & 1 \end{pmatrix} + \begin{pmatrix} -2 & 0 & 0 \\ 0 & -2 & 0 \\ 0 & 0 & -2 \end{pmatrix} \right) \begin{pmatrix} a \\ b \\ c \end{pmatrix} = \begin{pmatrix} 0 \\ 0 \\ 0 \end{pmatrix}
D'où :
(102000201)(abc)=(000)\begin{pmatrix} -1 & 0 & 2 \\ 0 & 0 & 0 \\ 2 & 0 & -1 \end{pmatrix} \begin{pmatrix} a \\ b \\ c \end{pmatrix} = \begin{pmatrix} 0 \\ 0 \\ 0 \end{pmatrix}
Ce qui nous permet d'obtenir le système linéaire suivant :
{a+2c=02ac=0{a=2ca=c2{a=0bRc=0\left\lbrace \begin{array}{rcl} -a + 2c & = & 0 \\ \\ \\ 2a - c & = & 0 \end{array} \right. \,\,\, \Longleftrightarrow \,\,\, \left\lbrace \begin{array}{rcl} a & = & 2c \\ \\ \\ a & = & \dfrac{c}{2} \end{array} \right. \,\,\, \Longleftrightarrow \,\,\, \left\lbrace \begin{array}{rcl} a & = & 0 \\ b & \in & \mathbb{R} \\ c & = & 0 \end{array} \right.
Donc :
X=(0b0)avecbRX = \begin{pmatrix} 0 \\ b \\ 0 \end{pmatrix} \,\,\,\,\, \mathrm{avec} \, b \in \mathbb{R}
Soit :
X=b(010)avecbRX = b \begin{pmatrix} 0 \\ 1 \\ 0 \end{pmatrix} \,\,\,\,\, \mathrm{avec} \, b \in \mathbb{R}
Autrement dit :
V(2)=Vect{(010)}V(2) = \mathrm{Vect} \left\lbrace \, \begin{pmatrix} 0 \\ 1 \\ 0 \end{pmatrix} \, \right\rbrace
\bullet \bullet \bullet \,\, Notons par xx un vecteur propre. Afin de déterminer le sous-espace propre associé à la valeur propre λ=3\lambda = 3, noté V(3)V(3), utilisons sa définition :
V(3)=ker(u3IdE)={u(x)=3xxE}V(3) = \ker(u -3\mathrm{Id}_E) = \left\lbrace \, u(x) = 3x\, | \, x \in E \, \right\rbrace
Introduisons la représentation matricielle XX du vecteur propre xx dans la base B\mathcal{B} de EE suivante :
X=(abc)avec(a;b;c)R3X = \begin{pmatrix} a \\ b \\ c \end{pmatrix} \,\,\,\,\, \mathrm{avec} \, (a \,;\, b \,;\, c) \in \mathbb{R}^3
En utilisant la représentation matricielle on a alors :
AX=3XAX3X=O3;1AX3I3X=O3;1(A3I3)X=O3;1A X = 3X \,\,\, \Longleftrightarrow \,\,\, AX - 3X = \mathcal{O}_{3\,;\,1} \,\,\, \Longleftrightarrow \,\,\, AX - 3I_3X = \mathcal{O}_{3\,;\,1} \,\,\, \Longleftrightarrow \,\,\, (A - 3I_3)X = \mathcal{O}_{3\,;\,1}
Soit :
((102020201)3(100010001))(abc)=(000)((102020201)+(300030003))(abc)=(000)\left( \begin{pmatrix} 1 & 0 & 2 \\ 0 & 2 & 0 \\ 2 & 0 & 1 \end{pmatrix} - 3\begin{pmatrix} 1 & 0 & 0 \\ 0 & 1 & 0 \\ 0 & 0 & 1 \end{pmatrix} \right) \begin{pmatrix} a \\ b \\ c \end{pmatrix} = \begin{pmatrix} 0 \\ 0 \\ 0 \end{pmatrix} \,\,\, \Longleftrightarrow \,\,\, \left( \begin{pmatrix} 1 & 0 & 2 \\ 0 & 2 & 0 \\ 2 & 0 & 1 \end{pmatrix} + \begin{pmatrix} -3 & 0 & 0 \\ 0 & -3 & 0 \\ 0 & 0 & -3 \end{pmatrix} \right) \begin{pmatrix} a \\ b \\ c \end{pmatrix} = \begin{pmatrix} 0 \\ 0 \\ 0 \end{pmatrix}
D'où :
(202010202)(abc)=(000)\begin{pmatrix} -2 & 0 & 2 \\ 0 & -1 & 0 \\ 2 & 0 & -2 \end{pmatrix} \begin{pmatrix} a \\ b \\ c \end{pmatrix} = \begin{pmatrix} 0 \\ 0 \\ 0 \end{pmatrix}
Ce qui nous permet d'obtenir le système linéaire suivant :
{2a+2c=0b=02a2c=0{2a2c=0b=02a2c=0{ac=0b=0ac=0{a=cb=0cR\left\lbrace \begin{array}{rcl} -2a + 2c & = & 0 \\ -b & = & 0 \\ 2a - 2c & = & 0 \end{array} \right. \,\,\, \Longleftrightarrow \,\,\, \left\lbrace \begin{array}{rcl} 2a - 2c & = & 0 \\ b & = & 0 \\ 2a - 2c & = & 0 \end{array} \right. \,\,\, \Longleftrightarrow \,\,\, \left\lbrace \begin{array}{rcl} a - c & = & 0 \\ b & = & 0 \\ a - c & = & 0 \end{array} \right. \,\,\, \Longleftrightarrow \,\,\, \left\lbrace \begin{array}{rcl} a & = & c \\ b & = & 0 \\ c & \in & \mathbb{R} \end{array} \right.
Donc :
X=(c0c)aveccRX = \begin{pmatrix} c \\ 0 \\ c \end{pmatrix} \,\,\,\,\, \mathrm{avec} \, c \in \mathbb{R}
Soit :
X=c(101)aveccRX = c \begin{pmatrix} 1 \\ 0 \\ 1 \end{pmatrix} \,\,\,\,\, \mathrm{avec} \, c \in \mathbb{R}
Autrement dit :
V(3)=Vect{(101)}V(3) = \mathrm{Vect} \left\lbrace \, \begin{pmatrix} 1 \\ 0 \\ 1 \end{pmatrix} \, \right\rbrace

Question 2

l'endomorphisme uu étudié est-il diagonalisable ? Justifié votre réponse.

Correction
On vient de démontrer que les valeurs propres de uu sont donc 1-1, 22 et 33. Autrement dit :
SpR(A)={1;2;3}\mathrm{Sp}_{\mathbb{R}}(A) = \{ \, -1 \,;\, 2 \,;\, 3 \, \}
On constate que le spectre est constitué de valeurs propres toutes distinctes non dégénérées, donc toutes de multiplicité 11, et ceci implique que l'endomorphisme uu est diagonalisable.
Question 3

Si vous pensez que l'endomorphisme uu est diagonalisable, effectuer sa diagonalisation.

Correction
On a, d'après la question précédente, une base propre Bp\mathcal{B}_p suivante :
Bp=((101);(010);(101))\mathcal{B}_p = \left( \, \begin{pmatrix} -1 \\ 0 \\ 1 \end{pmatrix} \,;\, \begin{pmatrix} 0 \\ 1 \\ 0 \end{pmatrix} \,;\, \begin{pmatrix} 1 \\ 0 \\ 1 \end{pmatrix} \, \right)
L'expression de la matrice de passage PBBpP_{\mathcal{B} \, \longrightarrow \, \mathcal{B}_p} est donnée par l'écriture, en colonne, des vecteurs propres de uu exprimés dans la base B\mathcal{B}. Donc on obtient :
PBBp=(101010101)P_{\mathcal{B} \, \longrightarrow \, \mathcal{B}_p} = \begin{pmatrix} -1 & 0 & 1 \\ 0 & 1 & 0 \\ 1 & 0 & 1 \end{pmatrix}
On a :
PBpB=(PBBp)1P_{\mathcal{B}_p \, \longrightarrow \, \mathcal{B}} = \big( P_{\mathcal{B} \, \longrightarrow \, \mathcal{B}_p} \big)^{-1}
Donc :
PBpB=(101010101)1P_{\mathcal{B}_p \, \longrightarrow \, \mathcal{B}} = \begin{pmatrix} -1 & 0 & 1 \\ 0 & 1 & 0 \\ 1 & 0 & 1 \end{pmatrix}^{-1}
Pour effectuer cette inversion, utilisons la méthode de LaplaceLaplace. On a :
PBpB=1det(PBBp)tcom(PBBp)P_{\mathcal{B}_p \, \longrightarrow \, \mathcal{B}} = \dfrac{1}{\det (P_{\mathcal{B} \, \longrightarrow \, \mathcal{B}_p} ) } \, ^t\mathrm{com}(P_{\mathcal{B} \, \longrightarrow \, \mathcal{B}_p} )
Avec :
det(PBBp)=101010101=1×(1)2+2×1111=1111=(1)×11×1=11\det (P_{\mathcal{B} \, \longrightarrow \, \mathcal{B}_p} ) = \begin{vmatrix} -1 & 0 & 1 \\ 0 & 1 & 0 \\ 1 & 0 & 1 \end{vmatrix} = 1 \times (-1)^{2+2} \times \begin{vmatrix} -1 & 1 \\ 1 & 1 \end{vmatrix} = \begin{vmatrix} -1 & 1 \\ 1 & 1 \end{vmatrix} = (-1) \times 1 - 1 \times 1 = -1 -1
Donc :
det(PBBp)=2\det (P_{\mathcal{B} \, \longrightarrow \, \mathcal{B}_p} ) = -2
Puis on a :
com(PBBp)=((1)1+11001(1)1+20011(1)1+30110(1)2+10101(1)2+21111(1)2+31010(1)3+10110(1)3+21100(1)3+31001)\mathrm{com}(P_{\mathcal{B} \, \longrightarrow \, \mathcal{B}_p} ) = \begin{pmatrix} (-1)^{1+1} \begin{vmatrix} 1 & 0 \\ 0 & 1 \end{vmatrix} & (-1)^{1+2} \begin{vmatrix} 0 & 0 \\ 1 & 1 \end{vmatrix} & (-1)^{1+3} \begin{vmatrix} 0 & 1 \\ 1 & 0 \end{vmatrix} \\ \\ (-1)^{2+1} \begin{vmatrix} 0 & 1 \\ 0 & 1 \end{vmatrix} & (-1)^{2+2} \begin{vmatrix} -1 & 1 \\ 1 & 1 \end{vmatrix} & (-1)^{2+3} \begin{vmatrix} -1 & 0 \\ 1 & 0 \end{vmatrix} \\ \\ (-1)^{3+1} \begin{vmatrix} 0 & 1 \\ 1 & 0 \end{vmatrix} & (-1)^{3+2} \begin{vmatrix} -1 & 1 \\ 0 & 0 \end{vmatrix} & (-1)^{3+3} \begin{vmatrix} -1 & 0 \\ 0 & 1 \end{vmatrix} \end{pmatrix}
Soit :
com(PBBp)=(100100110110010111111010011011001001)\mathrm{com}(P_{\mathcal{B} \, \longrightarrow \, \mathcal{B}_p} ) = \begin{pmatrix} \begin{vmatrix} 1 & 0 \\ 0 & 1 \end{vmatrix} & - \begin{vmatrix} 0 & 0 \\ 1 & 1 \end{vmatrix} & \begin{vmatrix} 0 & 1 \\ 1 & 0 \end{vmatrix} \\ \\ - \begin{vmatrix} 0 & 1 \\ 0 & 1 \end{vmatrix} & \begin{vmatrix} -1 & 1 \\ 1 & 1 \end{vmatrix} & - \begin{vmatrix} -1 & 0 \\ 1 & 0 \end{vmatrix} \\ \\ \begin{vmatrix} 0 & 1 \\ 1 & 0 \end{vmatrix} & - \begin{vmatrix} -1 & 1 \\ 0 & 0 \end{vmatrix} & \begin{vmatrix} -1 & 0 \\ 0 & 1 \end{vmatrix} \end{pmatrix}
Soit encore :
com(PBBp)=(101020101)\mathrm{com}(P_{\mathcal{B} \, \longrightarrow \, \mathcal{B}_p} ) = \begin{pmatrix} 1 & 0 & -1 \\ 0 & -2 & 0 \\ -1 & 0 & -1 \end{pmatrix}
Ainsi :
tcom(PBBp)=(101020101)^t\mathrm{com}(P_{\mathcal{B} \, \longrightarrow \, \mathcal{B}_p} ) = \begin{pmatrix} 1 & 0 & -1 \\ 0 & -2 & 0 \\ -1 & 0 & -1 \end{pmatrix}
De fait, on en déduit que :
PBpB=(101010101)1=12(101020101)P_{\mathcal{B}_p \, \longrightarrow \, \mathcal{B}} = \begin{pmatrix} -1 & 0 & 1 \\ 0 & 1 & 0 \\ 1 & 0 & 1\end{pmatrix}^{-1} = \dfrac{1}{-2} \begin{pmatrix} 1 & 0 & -1 \\ 0 & -2 & 0 \\ -1 & 0 & -1\end{pmatrix}
Finalement :
PBpB=12(101020101)P_{\mathcal{B}_p \, \longrightarrow \, \mathcal{B}} = \dfrac{1}{2} \begin{pmatrix} -1 & 0 & 1 \\ 0 & 2 & 0 \\ 1 & 0 & 1\end{pmatrix}
On a :
PBpB×A×PBBp=12(101020101)×(102020201)×(101010101)P_{\mathcal{B}_p \, \longrightarrow \, \mathcal{B}} \times A \times P_{\mathcal{B} \, \longrightarrow \, \mathcal{B}_p} = \dfrac{1}{2} \begin{pmatrix} -1 & 0 & 1 \\ 0 & 2 & 0 \\ 1 & 0 & 1\end{pmatrix} \times \begin{pmatrix} 1 & 0 & 2 \\ 0 & 2 & 0 \\ 2 & 0 & 1 \end{pmatrix} \times \begin{pmatrix} -1 & 0 & 1 \\ 0 & 1 & 0 \\ 1 & 0 & 1 \end{pmatrix}
Soit :
PBpB×A×PBBp=12(101040303)×(101010101)P_{\mathcal{B}_p \, \longrightarrow \, \mathcal{B}} \times A \times P_{\mathcal{B} \, \longrightarrow \, \mathcal{B}_p} = \dfrac{1}{2} \begin{pmatrix} 1 & 0 & -1 \\ 0 & 4 & 0 \\ 3 & 0 & 3 \end{pmatrix} \times \begin{pmatrix} -1 & 0 & 1 \\ 0 & 1 & 0 \\ 1 & 0 & 1 \end{pmatrix}
Soit encore :
PBpB×A×PBBp=12(200040006)P_{\mathcal{B}_p \, \longrightarrow \, \mathcal{B}} \times A \times P_{\mathcal{B} \, \longrightarrow \, \mathcal{B}_p} = \dfrac{1}{2} \begin{pmatrix} -2 & 0 & 0 \\ 0 & 4 & 0 \\ 0 & 0 & 6 \end{pmatrix}
On peut donc en conclure que :
PBpB×A×PBBp=(100020003)P_{\mathcal{B}_p \, \longrightarrow \, \mathcal{B}} \times A \times P_{\mathcal{B} \, \longrightarrow \, \mathcal{B}_p} = \begin{pmatrix} -1 & 0 & 0 \\ 0 & 2 & 0 \\ 0 & 0 & 3 \end{pmatrix}
Cette matrice représente l'expression matricielle de l'endomorphisme uu dans la base propre, soit ABpA_{\mathcal{B}_p}. Elle comporte les valeurs propres sur sa diagonale principale, dans le même ordre que celui des vecteurs propres associés. Donc, avec A=ABA = A_{\mathcal{B}}, on obtient :
ABp=PBpB×AB×PBBpA_{\mathcal{B}_p} = P_{\mathcal{B}_p \, \longrightarrow \, \mathcal{B}} \times A_{\mathcal{B}} \times P_{\mathcal{B} \, \longrightarrow \, \mathcal{B}_p}