algebre:algebre-lineaire:calcul-matriciel

Exercices divers : calcul matriciel

Exercice 1 : Utilise les matrices suivantes pour calculer \((A+4B)C\).

\[ A = \begin{pmatrix} 3 & 4 \\ -5 & 1 \end{pmatrix} \qquad B = \begin{pmatrix} 0 & -1 \\ 1 & 0 \end{pmatrix} \qquad C = \begin{pmatrix} 5 & -6 & 2 \\ 1 & 1 & -2 \end{pmatrix}. \]


Solution

Solution

Exercice 2 : On donne la matrice $$ \mathbb{A} = \left( \begin{array}{ccc} 0 & 1 & -1 \\ 4 & -3 & 4 \\ 3 & -3 & 4 \end{array} \right) $$

  1. Calculez $\mathbb{A}^2$ et en déduire $\mathbb{A}^{-1}$
  2. Calculez $det \mathbb{A}$ en utilisant uniquement les propriétés des déterminants
  3. Déduisez-en la matrice adjointe de $\mathbb{A}$. Justifiez.


Solution

Solution

Exercice 3 : Calculez l'opération matricielle $A + 2B^T$ des matrices réelles $A$ et $B$ suivantes : (ALG WEB 2018 UCL)

\[ A = \begin{bmatrix} 1 & 2 \\ 0 & \frac{1}{2} \end{bmatrix}, \quad B = \begin{bmatrix} 0 & \frac{1}{4} \\ 4 & 1 \end{bmatrix}, \]

où $X^T$ signifie « la transposée de $X$ ».


Solution

Solution

  • algebre/algebre-lineaire/calcul-matriciel.txt
  • Dernière modification : 2025/03/17 17:50
  • de Frédéric Lancereau