cours/trace d'une matrice.md
Oscar Plaisant 602a41e7f8 update
2024-12-25 22:30:24 +01:00

21 lines
461 B
Markdown

---
alias: "trace"
---
up::[[matrice]]
title::$\mathrm{Tr}(M) = \sum\limits_{k} M_{k,k}$
#s/maths/algèbre
----
La *trace* d'une [[matrice]] **carrée** est la somme de ses coefficients diagonaux.
# Notation
Soit $A$ une [[matrice]] carrée,
La _trace_ de $A$ est notée $\mathrm{Tr}(A)$
(raccourci `trace` avec [[obsidian plugin LaTeX suite|LaTeX suite]])
# Définition
Soit $A$ une [[matrice]] de taille $n$
$\text{tr}(A) = \sum\limits_{i=1}^{n} A_{ii}$