from github to this gitea
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
---
|
||||
alias: "trace"
|
||||
---
|
||||
up::[[matrice]]
|
||||
title::$\mathrm{Tr}(M) = \sum\limits_{k} M_{k,k}$
|
||||
#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}$
|
||||
|
||||
Reference in New Issue
Block a user