Definizione.
Una norma è una funzione $||.||: V \rightarrow \Re_+ U \{ 0 \}$ che soddisfa le seguenti proprietà:
- $||x|| \geqslant 0$ e $||x||=0 \Leftrightarrow x = 0, x \in V$
- $|| \alpha || = | \alpha | * || x ||, \forall \alpha \in \Re$
- $|| x+y || \leq || x || + ||y||, \forall x, y \in V$
Le norme vettoriali più comunemente usate in $\mathbb{R}^n(\mathbb{C}^n)$:
- norma 1: $||x||_1 = \sum\limits_{i=1}^n |x_i| $ (Array-sum)
- norma 2: $||x||_2 = \sqrt{x^t x} = \sum\limits_{i=1}^n |x_i|^2 $
- norma $\infty$: $||x||_\infty = \max_{1 \leq i \leq n}\{ |x_i| \}$ maxAbs(array a)
Nessun commento:
Posta un commento