This commit is contained in:
Oscar Plaisant
2024-09-20 21:31:23 +02:00
parent 2a56343d56
commit 62f0313af1
412 changed files with 64451 additions and 81085 deletions

9
norme de manhattan.md Normal file
View File

@@ -0,0 +1,9 @@
up:: [[distances particulières]]
#maths/algèbre
> [!definition] distance de Manhattan
> On appelle norme de Manhattan la norme $\|\cdot \|_{1}$ définie sur $\mathbb{R}^{n}$ par :
> $\displaystyle \forall x \in \mathbb{R}^{n}, \quad \|x\|_{1} = \sum\limits_{i=1}^{n} \Big( |x_{i}| \Big)$
> On montre que c'est bien une norme : [[démonstration que la norme de manhattan est bien une norme|démonstration]]
^definition