ce qu'il faut savoir ...
- Matrice Identité " I2, I3, ... , In " :
- I2 x M = M x I2 = M
- I3 x M = M x I3 = M
- Multiplication entre 2 matrices A et B :
- A(n,p) x B(p,z) = C(n,z)
- Déterminant d’une matrice carrée :
- A = a bc d, det A = = ad - bc
- Matrice inverse A-1 d’une matrice carrée :
- A X = C <=> X = A-1 C
- A-1 = 1det A d -b-c a
Exercices pour s'entraîner