Les matrices sont l’outil de calcul privilégié de l’Algèbre Linéaire. Elles permettent de représenter les applications linéaires par des tableaux de nombres et de ramener les problèmes abstraits à des calculs concrets.

Programme

Matrices et opérations, matrice d’une application linéaire, changement de base, inversibilité, rang, systèmes linéaires (pivot de Gauss), déterminants, cofacteurs, formule de Cramer.

1. Matrices : définitions et opérations§

1.1 Définition§

Définition — Matrice

Une matrice AMn,p(K)A \in \mathcal{M}_{n,p}(K) est un tableau de nn lignes et pp colonnes à coefficients dans KK :

A=(ai,j)1in 1jp=(a1,1a1,2a1,p a2,1a2,2a2,p  an,1an,2an,p)A = (a_{i,j})_{\substack{1 \leq i \leq n \ 1 \leq j \leq p}} = \begin{pmatrix} a_{1,1} & a_{1,2} & \cdots & a_{1,p} \ a_{2,1} & a_{2,2} & \cdots & a_{2,p} \ \vdots & \vdots & \ddots & \vdots \ a_{n,1} & a_{n,2} & \cdots & a_{n,p} \end{pmatrix}

Mn,p(K)\mathcal{M}_{n,p}(K) est un KK-espace vectoriel de dimension npnp.

Notation : Mn(K)=Mn,n(K)\mathcal{M}_n(K) = \mathcal{M}_{n,n}(K) (matrices carrées).

1.2 Opérations§

Somme : (A+B)i,j=ai,j+bi,j(A + B)_{i,j} = a_{i,j} + b_{i,j}

Produit par un scalaire : (λA)i,j=λai,j(\lambda A)_{i,j} = \lambda \cdot a_{i,j}

Produit matriciel : Pour AMn,p(K)A \in \mathcal{M}_{n,p}(K) et BMp,q(K)B \in \mathcal{M}_{p,q}(K) :

(AB)i,j=k=1pai,kbk,j(AB)_{i,j} = \sum_{k=1}^{p} a_{i,k} \cdot b_{k,j}

Le produit ABAB est défini si et seulement si le nombre de colonnes de AA égale le nombre de lignes de BB.

Attention — Le produit matriciel n’est PAS commutatif

En général, ABBAAB \neq BA. Même si AA et BB sont carrées, ABAB et BABA peuvent être différentes, et l’une peut exister sans l’autre (si les tailles diffèrent).

Transposée : (t!A)i,j=aj,i({}^t!A)_{i,j} = a_{j,i}. Propriétés :

1.3 Matrices particulières§

TypeDéfinition
Matrice identité InI_n(δi,j)(\delta_{i,j}) (symbole de Kronecker)
Matrice diagonaleai,j=0a_{i,j} = 0 si iji \neq j
Matrice triangulaire supérieureai,j=0a_{i,j} = 0 si i>ji > j
Matrice triangulaire inférieureai,j=0a_{i,j} = 0 si i<ji < j
Matrice symétriquet!A=A{}^t!A = A
Matrice antisymétriquet!A=A{}^t!A = -A
Matrice nilpotente,pN,;Ap=0\exists, p \in \mathbb{N}^*,; A^p = 0
Décomposition symétrique / antisymétrique

Toute matrice carrée AA s’écrit de manière unique :

A=A+t!A2symeˊtrique+At!A2antisymeˊtriqueA = \underbrace{\frac{A + {}^t!A}{2}}_{\text{symétrique}} + \underbrace{\frac{A - {}^t!A}{2}}_{\text{antisymétrique}}

2. Matrice d’une application linéaire§

2.1 Construction§

Définition

Soient EE de base B=(e1,,ep)\mathcal{B} = (e_1, \ldots, e_p) et FF de base C=(f1,,fn)\mathcal{C} = (f_1, \ldots, f_n). La matrice de fL(E,F)f \in \mathcal{L}(E, F) dans les bases B\mathcal{B} et C\mathcal{C} est la matrice M=MatB,C(f)Mn,p(K)M = \text{Mat}_{\mathcal{B}, \mathcal{C}}(f) \in \mathcal{M}_{n,p}(K) dont la jj-ème colonne contient les coordonnées de f(ej)f(e_j) dans la base C\mathcal{C} :

f(ej)=i=1nmi,jfif(e_j) = \sum_{i=1}^{n} m_{i,j} f_i

2.2 Lien avec les coordonnées§

Si X=MatB(u)X = \text{Mat}_\mathcal{B}(u) est le vecteur colonne des coordonnées de uu dans B\mathcal{B} et Y=MatC(f(u))Y = \text{Mat}_\mathcal{C}(f(u)) celles de f(u)f(u) dans C\mathcal{C}, alors :

Y=MXY = MX

2.3 Composition et produit§

Mat(gf)=Mat(g)×Mat(f)\text{Mat}(g \circ f) = \text{Mat}(g) \times \text{Mat}(f)

L’isomorphisme L(E,F)Mn,p(K)\mathcal{L}(E, F) \xrightarrow{\sim} \mathcal{M}_{n,p}(K) est un isomorphisme d’espaces vectoriels (et d’algèbres quand E=FE = F).

3. Changement de base§

3.1 Matrice de passage§

Définition — Matrice de passage

Soient B=(e1,,en)\mathcal{B} = (e_1, \ldots, e_n) et B=(e1,,en)\mathcal{B}' = (e_1', \ldots, e_n') deux bases de EE. La matrice de passage de B\mathcal{B} à B\mathcal{B}' est :

P=PBB=MatB(IdE) lu de B vers BP = P_{\mathcal{B} \to \mathcal{B}'} = \text{Mat}_\mathcal{B}(\text{Id}_E) \text{ lu de } \mathcal{B}' \text{ vers } \mathcal{B}

La jj-ème colonne de PP contient les coordonnées de eje_j' dans la base B\mathcal{B}.

PP est toujours inversible, et P1=PBBP^{-1} = P_{\mathcal{B}' \to \mathcal{B}}.

3.2 Formules de changement de base§

Coordonnées d’un vecteur : Si XX et XX' sont les coordonnées de uu dans B\mathcal{B} et B\mathcal{B}' :

X=PXX = PX'

Matrice d’un endomorphisme : Si M=MatB(f)M = \text{Mat}_\mathcal{B}(f) et M=MatB(f)M' = \text{Mat}_{\mathcal{B}'}(f) :

M=P1MP\boxed{M' = P^{-1} M P}

Deux matrices liées par cette relation sont dites semblables.

Matrice d’une application linéaire : Si f:EFf : E \to F avec changement BB\mathcal{B} \to \mathcal{B}' dans EE (passage PP) et CC\mathcal{C} \to \mathcal{C}' dans FF (passage QQ) :

M=Q1MPM' = Q^{-1} M P

4. Matrices inversibles§

4.1 Définition§

Définition

AMn(K)A \in \mathcal{M}_n(K) est inversible s’il existe BMn(K)B \in \mathcal{M}_n(K) telle que AB=BA=InAB = BA = I_n. On note B=A1B = A^{-1}.

Le groupe des matrices inversibles est noté GLn(K)GL_n(K).

4.2 Critères d’inversibilité§

AA est inversible     \iff l’une des conditions équivalentes suivantes est vérifiée :

4.3 Calcul de l’inverse par la méthode du pivot§

On forme le tableau augmenté (AIn)(A \mid I_n) et on effectue des opérations élémentaires sur les lignes pour obtenir (InA1)(I_n \mid A^{-1}).

Exemple
A=(12 37)A = \begin{pmatrix} 1 & 2 \ 3 & 7 \end{pmatrix}
(AI2)=(1210 3701)L2L23L1(1210 0131)L1L12L2(1072 0131)(A \mid I_2) = \left(\begin{array}{cc|cc} 1 & 2 & 1 & 0 \ 3 & 7 & 0 & 1 \end{array}\right) \xrightarrow{L_2 \leftarrow L_2 - 3L_1} \left(\begin{array}{cc|cc} 1 & 2 & 1 & 0 \ 0 & 1 & -3 & 1 \end{array}\right) \xrightarrow{L_1 \leftarrow L_1 - 2L_2} \left(\begin{array}{cc|cc} 1 & 0 & 7 & -2 \ 0 & 1 & -3 & 1 \end{array}\right)

Donc A1=(72 31)A^{-1} = \begin{pmatrix} 7 & -2 \ -3 & 1 \end{pmatrix}. Vérification : det(A)=76=1\det(A) = 7 - 6 = 1, et A1=11(72 31)A^{-1} = \frac{1}{1}\begin{pmatrix} 7 & -2 \ -3 & 1 \end{pmatrix}.

5. Rang d’une matrice§

Définition

Le rang d’une matrice AMn,p(K)A \in \mathcal{M}_{n,p}(K) est la dimension du sous-espace vectoriel engendré par ses colonnes (ou de manière équivalente, par ses lignes) :

rg(A)=dim(Im(fA))\text{rg}(A) = \dim(\text{Im}(f_A))

fAf_A est l’application linéaire canoniquement associée.

Propriétés :

6. Systèmes linéaires§

6.1 Écriture matricielle§

Le système de nn équations à pp inconnues :

{a1,1x1++a1,pxp=b1  an,1x1++an,pxp=bn\begin{cases} a_{1,1}x_1 + \cdots + a_{1,p}x_p = b_1 \ \vdots \ a_{n,1}x_1 + \cdots + a_{n,p}x_p = b_n \end{cases}

s’écrit AX=BAX = B avec AMn,p(K)A \in \mathcal{M}_{n,p}(K), XMp,1(K)X \in \mathcal{M}_{p,1}(K), BMn,1(K)B \in \mathcal{M}_{n,1}(K).

6.2 Structure de l’ensemble des solutions§

Théorème — Structure affine

L’ensemble des solutions de AX=BAX = B est :

  • Vide si le système est incompatible
  • Un sous-espace affine x0+ker(A)x_0 + \ker(A) sinon, où x0x_0 est une solution particulière

En particulier, les solutions du système homogène AX=0AX = 0 forment un sev de dimension prg(A)p - \text{rg}(A).

6.3 Méthode du pivot de Gauss§

flowchart TD
    A["Écrire le système sous<br>forme matricielle augmentée<br>(A | B)"] --> B["Choisir un pivot non nul<br>dans la colonne courante"]
    B --> C{"Pivot trouvé ?"}
    C -- Non --> D["Passer à la<br>colonne suivante"]
    C -- Oui --> E["Échanger les lignes<br>si nécessaire"]
    E --> F["Éliminer les coefficients<br>sous le pivot par<br>L_i ← L_i - (a_ij/pivot) × L_pivot"]
    F --> G{"Dernière colonne<br>traitée ?"}
    G -- Non --> B
    G -- Oui --> H["Système échelonné obtenu"]
    H --> I{"Vérifier la<br>compatibilité"}
    I -- "Ligne 0 = c ≠ 0" --> J["Système<br>incompatible<br>∅"]
    I -- Compatible --> K["Remontée :<br>résolution par<br>substitution arrière"]
    K --> L["Paramétrer les<br>variables libres"]
    L --> M["Écrire l'ensemble<br>des solutions"]

    style A fill:#3498db,stroke:#333,color:#fff
    style J fill:#e74c3c,stroke:#333,color:#fff
    style M fill:#2ecc71,stroke:#333,color:#fff
Exemple complet

Résoudre :

{x+2y+z=1 2x+5y+3z=3 x+3y+2z=2\begin{cases} x + 2y + z = 1 \ 2x + 5y + 3z = 3 \ x + 3y + 2z = 2 \end{cases}

Tableau augmenté :

(1211 2533 1322)L3L3L1L2L22L1(1211 0111 0111)L3L3L2(1211 0111 0000)\left(\begin{array}{ccc|c} 1 & 2 & 1 & 1 \ 2 & 5 & 3 & 3 \ 1 & 3 & 2 & 2 \end{array}\right) \xrightarrow[\substack{L_3 \leftarrow L_3 - L_1}]{L_2 \leftarrow L_2 - 2L_1} \left(\begin{array}{ccc|c} 1 & 2 & 1 & 1 \ 0 & 1 & 1 & 1 \ 0 & 1 & 1 & 1 \end{array}\right) \xrightarrow{L_3 \leftarrow L_3 - L_2} \left(\begin{array}{ccc|c} 1 & 2 & 1 & 1 \ 0 & 1 & 1 & 1 \ 0 & 0 & 0 & 0 \end{array}\right)

Le rang est 22, il y a 32=13 - 2 = 1 variable libre. On pose z=tRz = t \in \mathbb{R} :

  • y=1ty = 1 - t
  • x=12(1t)t=1+tx = 1 - 2(1-t) - t = -1 + t

Solutions : (1+t,;1t,;t)tR=(1,1,0)+Vect(1,1,1){(-1 + t,; 1 - t,; t) \mid t \in \mathbb{R}} = (-1, 1, 0) + \text{Vect}(1, -1, 1).

7. Déterminants§

7.1 Définition par les permutations§

Définition — Déterminant

Le déterminant d’une matrice carrée A=(ai,j)Mn(K)A = (a_{i,j}) \in \mathcal{M}_n(K) est :

det(A)=σSnε(σ)i=1nai,σ(i)\det(A) = \sum_{\sigma \in \mathfrak{S}_n} \varepsilon(\sigma) \prod_{i=1}^{n} a_{i,\sigma(i)}

Sn\mathfrak{S}_n est le groupe des permutations de 1,,n{1, \ldots, n} et ε(σ)\varepsilon(\sigma) la signature de σ\sigma.

Pour n=2n = 2 :

det(ab cd)=adbc\det\begin{pmatrix} a & b \ c & d \end{pmatrix} = ad - bc

Pour n=3n = 3 (règle de Sarrus) :

det(abc def ghi)=aei+bfg+cdhcegbdiafh\det\begin{pmatrix} a & b & c \ d & e & f \ g & h & i \end{pmatrix} = aei + bfg + cdh - ceg - bdi - afh

7.2 Propriétés fondamentales§

Le déterminant est caractérisé comme l’unique application det:Mn(K)K\det : \mathcal{M}_n(K) \to K vérifiant :

  1. nn-linéarité : linéaire par rapport à chaque colonne (ou ligne)
  2. Alternée : s’annule dès que deux colonnes sont égales
  3. Normalisation : det(In)=1\det(I_n) = 1
Propriétés opératoires
  • det(t!A)=det(A)\det({}^t!A) = \det(A)
  • det(AB)=det(A)det(B)\det(AB) = \det(A) \cdot \det(B) (morphisme multiplicatif)
  • det(λA)=λndet(A)\det(\lambda A) = \lambda^n \det(A)
  • det(A1)=1det(A)\det(A^{-1}) = \frac{1}{\det(A)} (si AA inversible)
  • Échange de deux lignes (ou colonnes) : change le signe
  • Ajout d’un multiple d’une ligne à une autre : ne change pas le déterminant
  • Multiplication d’une ligne par λ\lambda : multiplie le déterminant par λ\lambda
Théorème — Critère d’inversibilité
A inversible    det(A)0A \text{ inversible} \iff \det(A) \neq 0

7.3 Déterminant de matrices triangulaires§

det(a1,1 0a2,2  00an,n)=i=1nai,i\det\begin{pmatrix} a_{1,1} & * & \cdots & * \ 0 & a_{2,2} & \cdots & * \ \vdots & \ddots & \ddots & \vdots \ 0 & \cdots & 0 & a_{n,n} \end{pmatrix} = \prod_{i=1}^n a_{i,i}

Le déterminant d’une matrice triangulaire (supérieure ou inférieure) est le produit de ses coefficients diagonaux.

8. Développement selon une ligne ou colonne§

8.1 Cofacteurs§

Définition — Cofacteur

Le cofacteur Ci,jC_{i,j} est :

Ci,j=(1)i+jMi,jC_{i,j} = (-1)^{i+j} M_{i,j}

Mi,jM_{i,j} est le mineur d’ordre (i,j)(i,j), c’est-à-dire le déterminant de la matrice obtenue en supprimant la ii-ème ligne et la jj-ème colonne.

8.2 Formule de développement§

Théorème — Développement par rapport à la ii-ème ligne
det(A)=j=1nai,jCi,j=j=1n(1)i+jai,jMi,j\det(A) = \sum_{j=1}^{n} a_{i,j} C_{i,j} = \sum_{j=1}^{n} (-1)^{i+j} a_{i,j} M_{i,j}

De même, développement par rapport à la jj-ème colonne :

det(A)=i=1nai,jCi,j\det(A) = \sum_{i=1}^{n} a_{i,j} C_{i,j}
Stratégie

Développer par rapport à la ligne ou colonne contenant le plus de zéros pour minimiser les calculs.

Exemple
det(201 310 104)\det\begin{pmatrix} 2 & 0 & 1 \ 3 & 1 & 0 \ 1 & 0 & 4 \end{pmatrix}

Développement selon la 2e colonne (deux zéros) :

=0C1,2+1C2,2+0C3,2=(1)2+2det(21 14)=81=7= 0 \cdot C_{1,2} + 1 \cdot C_{2,2} + 0 \cdot C_{3,2} = (-1)^{2+2} \det\begin{pmatrix} 2 & 1 \ 1 & 4 \end{pmatrix} = 8 - 1 = 7

9. Comatrice et formule de Cramer§

9.1 Comatrice§

Définition

La comatrice (ou matrice des cofacteurs) de AA est Com(A)=(Ci,j)1i,jn\text{Com}(A) = (C_{i,j})_{1 \leq i,j \leq n}.

Formule fondamentale
At!Com(A)=t!Com(A)A=det(A)InA \cdot {}^t!\text{Com}(A) = {}^t!\text{Com}(A) \cdot A = \det(A) \cdot I_n

En particulier, si det(A)0\det(A) \neq 0 :

A1=1det(A),t!Com(A)A^{-1} = \frac{1}{\det(A)} ,{}^t!\text{Com}(A)

9.2 Formules de Cramer§

Théorème — Formules de Cramer

Pour le système AX=BAX = B avec AGLn(K)A \in GL_n(K) :

xj=det(Aj)det(A)x_j = \frac{\det(A_j)}{\det(A)}

AjA_j est la matrice obtenue en remplaçant la jj-ème colonne de AA par BB.

Attention

Les formules de Cramer sont théoriquement élégantes mais coûteuses en calcul pour nn grand. En pratique, on préfère le pivot de Gauss.

Exemple — Cramer en dimension 2
{3x+2y=7 x+4y=9\begin{cases} 3x + 2y = 7 \ x + 4y = 9 \end{cases}
det(A)=det(32 14)=10\det(A) = \det\begin{pmatrix} 3 & 2 \ 1 & 4 \end{pmatrix} = 10
x=det(72 94)10=281810=1,y=det(37 19)10=27710=2x = \frac{\det\begin{pmatrix} 7 & 2 \ 9 & 4 \end{pmatrix}}{10} = \frac{28-18}{10} = 1, \quad y = \frac{\det\begin{pmatrix} 3 & 7 \ 1 & 9 \end{pmatrix}}{10} = \frac{27-7}{10} = 2

10. Déterminants classiques§

10.1 Déterminant de Vandermonde§

Théorème — Déterminant de Vandermonde
Vn(x1,,xn)=det(111 x1x2xn x12x22xn2  x1n1x2n1xnn1)=1i<jn(xjxi)V_n(x_1, \ldots, x_n) = \det\begin{pmatrix} 1 & 1 & \cdots & 1 \ x_1 & x_2 & \cdots & x_n \ x_1^2 & x_2^2 & \cdots & x_n^2 \ \vdots & \vdots & \ddots & \vdots \ x_1^{n-1} & x_2^{n-1} & \cdots & x_n^{n-1} \end{pmatrix} = \prod_{1 \leq i < j \leq n} (x_j - x_i)
Esquisse de preuve

On considère VnV_n comme un polynôme en xnx_n. En effectuant CnCnCiC_n \leftarrow C_n - C_i pour chaque i<ni < n, on montre que xnxix_n - x_i divise VnV_n pour tout i<ni < n. Par récurrence et argument de degré, on obtient la formule.

Conséquence : Vn0    V_n \neq 0 \iff les xix_i sont deux à deux distincts.

10.2 Déterminant par blocs§

Si AA est triangulaire par blocs :

det(A1 0A2)=det(A1)det(A2)\det\begin{pmatrix} A_1 & * \ 0 & A_2 \end{pmatrix} = \det(A_1) \cdot \det(A_2)

11. Exercices types corrigés§

Exercice 1 : Calcul de déterminant par opérations§

Énoncé

Calculer D=det(1111 1234 13610 141020)D = \det\begin{pmatrix} 1 & 1 & 1 & 1 \ 1 & 2 & 3 & 4 \ 1 & 3 & 6 & 10 \ 1 & 4 & 10 & 20 \end{pmatrix}.

Solution : Opérations CjCjCj1C_j \leftarrow C_j - C_{j-1} pour j=4,3,2j = 4, 3, 2 :

D=det(1000 1111 1234 13610)D = \det\begin{pmatrix} 1 & 0 & 0 & 0 \ 1 & 1 & 1 & 1 \ 1 & 2 & 3 & 4 \ 1 & 3 & 6 & 10 \end{pmatrix}

On recommence : CjCjCj1C_j \leftarrow C_j - C_{j-1} :

D=det(1000 1100 1211 1334)D = \det\begin{pmatrix} 1 & 0 & 0 & 0 \ 1 & 1 & 0 & 0 \ 1 & 2 & 1 & 1 \ 1 & 3 & 3 & 4 \end{pmatrix}

Encore une fois :

D=det(1000 1100 1210 1331)=1×1×1×1=1D = \det\begin{pmatrix} 1 & 0 & 0 & 0 \ 1 & 1 & 0 & 0 \ 1 & 2 & 1 & 0 \ 1 & 3 & 3 & 1 \end{pmatrix} = 1 \times 1 \times 1 \times 1 = 1

(Matrice triangulaire inférieure.)

Exercice 2 : Matrice d’une application linéaire et changement de base§

Énoncé

Soit f:R2R2f : \mathbb{R}^2 \to \mathbb{R}^2 définie par f(x,y)=(2x+y,x+2y)f(x,y) = (2x+y, x+2y). Écrire la matrice de ff dans la base canonique, puis dans la base B=((1,1),(1,1))\mathcal{B}' = ((1,1), (1,-1)).

Solution :

Base canonique B=(e1,e2)\mathcal{B} = (e_1, e_2) : f(e1)=f(1,0)=(2,1)f(e_1) = f(1,0) = (2,1) et f(e2)=f(0,1)=(1,2)f(e_2) = f(0,1) = (1,2).

M=(21 12)M = \begin{pmatrix} 2 & 1 \ 1 & 2 \end{pmatrix}

Changement de base : La matrice de passage PP de B\mathcal{B} à B\mathcal{B}' a pour colonnes les coordonnées de (1,1)(1,1) et (1,1)(1,-1) dans B\mathcal{B} :

P=(11 11),P1=12(11 11)=(1/21/2 1/21/2)P = \begin{pmatrix} 1 & 1 \ 1 & -1 \end{pmatrix}, \quad P^{-1} = \frac{1}{-2}\begin{pmatrix} -1 & -1 \ -1 & 1 \end{pmatrix} = \begin{pmatrix} 1/2 & 1/2 \ 1/2 & -1/2 \end{pmatrix} M=P1MP=(1/21/2 1/21/2)(21 12)(11 11)M' = P^{-1}MP = \begin{pmatrix} 1/2 & 1/2 \ 1/2 & -1/2 \end{pmatrix}\begin{pmatrix} 2 & 1 \ 1 & 2 \end{pmatrix}\begin{pmatrix} 1 & 1 \ 1 & -1 \end{pmatrix} P1M=(3/23/2 1/21/2),M=(3/23/2 1/21/2)(11 11)=(30 01)P^{-1}M = \begin{pmatrix} 3/2 & 3/2 \ 1/2 & -1/2 \end{pmatrix}, \quad M' = \begin{pmatrix} 3/2 & 3/2 \ 1/2 & -1/2 \end{pmatrix}\begin{pmatrix} 1 & 1 \ 1 & -1 \end{pmatrix} = \begin{pmatrix} 3 & 0 \ 0 & 1 \end{pmatrix}

Dans la base B\mathcal{B}', la matrice est diagonale ! Les vecteurs (1,1)(1,1) et (1,1)(1,-1) sont des vecteurs propres de ff, de valeurs propres 33 et 11.

Exercice 3 : Système linéaire paramétrique§

Énoncé

Discuter et résoudre selon mRm \in \mathbb{R} :

{x+y+z=1 x+my+z=m x+y+mz=m2\begin{cases} x + y + z = 1 \ x + my + z = m \ x + y + mz = m^2 \end{cases}

Solution :

det(A)=det(111 1m1 11m)\det(A) = \det\begin{pmatrix} 1 & 1 & 1 \ 1 & m & 1 \ 1 & 1 & m \end{pmatrix}

C2C2C1C_2 \leftarrow C_2 - C_1, C3C3C1C_3 \leftarrow C_3 - C_1 :

=det(100 1m10 10m1)=(m1)2= \det\begin{pmatrix} 1 & 0 & 0 \ 1 & m-1 & 0 \ 1 & 0 & m-1 \end{pmatrix} = (m-1)^2

Cas m1m \neq 1 : det(A)=(m1)20\det(A) = (m-1)^2 \neq 0. Système de Cramer, solution unique. Par Cramer ou substitution :

Solution : (x,y,z)=(m1,1,m+1)(x,y,z) = (-m-1, 1, m+1).

Cas m=1m = 1 : Le système devient x+y+z=1x + y + z = 1 (trois fois la même équation). Solutions : (1st,s,t)s,tR{(1-s-t, s, t) \mid s, t \in \mathbb{R}}, sous-espace affine de dimension 22.

Liens§