This commit is contained in:
Oscar Plaisant
2024-03-13 11:36:31 +01:00
parent 473b24baa0
commit bb9f9102c9
218 changed files with 97170 additions and 1830 deletions

View File

@@ -10,8 +10,8 @@ $A=\begin{pmatrix} 0 &1 & 2 & 3\\ 4 & 5 & 6 & 7\\ 8 & 9 & 10 & 11\\ \end{pmatrix
# Élément d'une matrice
On note $A_{i,j}$ l'élément à la ligne $i$ et à la colonne $j$.
$A_{2,3} = 6$
On note $\displaystyle A_{i,j}$ l'élément à la ligne $i$ et à la colonne $j$.
$\displaystyle A_{2,3} = 6$
# Opérations sur les matrices :