Fiche récapitulative générée pour impression / export PDF.

Licence 1 · Algèbre linéaire

Matrices et déterminants

Matrices et déterminants

Opérations matricielles

Le produit de AMm,pA \in \mathcal{M}_{m,p} et BMp,nB \in \mathcal{M}_{p,n} est C=ABMm,nC = AB \in \mathcal{M}_{m,n} avec :

cij=k=1paikbkjc_{ij} = \sum_{k=1}^{p} a_{ik} b_{kj}

⚠ Le produit matriciel n'est pas commutatif en général : ABBAAB \neq BA.

Déterminant 2×2

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

Déterminant 3×3 (règle de Sarrus)

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

Inversion

AA est inversible     \iff det(A)0\det(A) \neq 0, et alors A1=1det(A)Com(A)TA^{-1} = \dfrac{1}{\det(A)} \text{Com}(A)^T.

Exercices de la leçon

Exercice 1

Calculer det(2314)\det\begin{pmatrix} 2 & 3 \\ 1 & 4 \end{pmatrix}

Corrigé

det=2×43×1=83=5\det = 2 \times 4 - 3 \times 1 = 8 - 3 = 5

AlphaMath Académie · Matrices et déterminants · Algèbre linéaire