Résumé : Chapitre 1 - Matrices et
Applications Linéaires
Dr. Mohamed Lemine AHMED OUBEID
2023-2024
1. Espace vectoriel des matrices
— Définition : Une matrice de type (n, p) sur K (R ou C) est un tableau
à n lignes et p colonnes, notée A = (aij ).
— Notation : Mn,p (K) (matrices carrées si n = p : Mn (K)).
— Matrices spéciales :
— Matrice identité In (δij ).
— Matrice nulle On,p .
— Matrices élémentaires Eij .
— Espace vectoriel : (Mn,p (K), +, ·) est un K-ev de dimension np.
2. Produit de deux matrices
— Définition : Si A ∈ Mn,p (K) et B ∈ Mp,q (K), alors AB ∈ Mn,q (K)
avec : p
X
cij = aik bkj
k=1
— Propriétés :
— Associativité : A(BC) = (AB)C.
— Distributivité : A(B + C) = AB + AC.
— Non-commutativité : AB ̸= BA en général.
— AB = 0 ⇏ A = 0 ou B = 0.
1
3. Inverse d’une matrice
— Définition : A ∈ Mn (K) est inversible s’il existe B ∈ Mn (K) telle que
AB = BA = In .
— Méthodes :
a b
— Formule pour 2 × 2 : Si A = et det(A) = ad − bc ̸= 0,
c d
alors :
−1 1 d −b
A =
ad − bc −c a
— Pivot de Gauss : (A | In ) → (In | A−1 ).
— Propriétés :
— (A−1 )−1 = A.
— (AB)−1 = B −1 A−1 .
4. Matrice d’une application linéaire
— Définition : Soit f : E → F linéaire, BE = (e1 , . . . , ep ), BF =
(f1 , . . . , fn ). La matrice de f est :
MatBE ,BF (f ) = [f (e1 )]BF · · · [f (ep )]BF
— Exemple : Si f (x, y, z) = (x + y + z, x − y), alors :
1 1 1
Mat(f ) =
1 −1 0
5. Changement de bases
— Matrice de passage : Pour B et B ′ bases de E, P = MatB,B′ (idE ).
— Formule : Si A = MatBE ,BF (f ), alors dans de nouvelles bases :
B = Q−1 AP
— Cas endomorphisme : B = P −1 AP (matrices semblables).
2
Annexe : Exemples clés
— Produit matriciel :
1 2 0 1
1 1 0 3 2 1 2
2 0 1 1 =
2 2 0 6 4 2 4
1 1 0 0
— Inversion : −1
1 −2 1 −3 2
=−
−1 −3 5 1 1