Ivan Shishkin, Birch Grove

Matrice

Definition / Linear algebra / Usable

Français
FrançaisEnglish
Usable. This concept is clear enough to use, but has not yet been reviewed by another trusted user.
Définition intuitive

Une matrice est un tableau rectangulaire de nombres, arrangés en lignes et en colonne, comme par exemple :
A=(211147),  B=(0110)A=\left(\begin{array}{ccc} 2 & 1 & -1 \\ 1 & 4 & 7 \end{array}\right),\; B=\left(\begin{array}{ll} 0 & 1 \\ 1 & 0 \end{array}\right)

Définition formelle

Une matrice m×nm\times n sur un corps K\mathbb{K} est une famille A=(aij)1im,1jnA=(a_{ij})_{1\leq i\leq m,1\leq j\leq n} d’éléments de K\mathbb{K}, où aija_{ij} s’appelle le (i,j)(i,j)-ème coefficient de AA et est le coefficient situé à la ii-ème ligne et à la jj-ème colonne de A.

On dit alors que deux matrices A=(aij)1im,1jnA=(a_{ij})_{1\leq i\leq m,1\leq j\leq n} et B=(bij)1im,1jnB=(b_{ij})_{1\leq i\leq m,1\leq j\leq n}, de même taille m×nm\times n, sont égales si et seulement si :
i1,n,j1,n,aij=bij.\forall\, i \in \llbracket 1,n \rrbracket ,j \in \llbracket 1,n \rrbracket ,\quad a_{ij}=b_{ij}.

Remarques :

  • L’ensemble des matrices m×nm\times n sur le corps K\mathbb{K} est noté Mm,n(K)\mathcal{M}_{m,n}(\mathbb{K}) ou Km×n\mathbb{K}^{m \times n}.
    Lorsque m=nm=n, on note cet ensemble Mn(K)\mathcal{M}_{n}(\mathbb{K}).

Practice this concept with exercises

1 / 2
  • Considérer la matrice
    A=(2513)A = \begin{pmatrix} 2 & 5 \\ 1 & -3 \end{pmatrix}

    1. Quelle est la taille de AA ?
    2. Quel est le coefficient a21a_{21} ?
    Open exerciseDifficulty 3/100 · 1 solution · 0 hints