Vector Norms
CSE 541 Roger Crawfis
Vector Norms
Measure the magnitude of a vector Measure the magnitude of a vector
Is the error in x small or large?
General class of p norms: General class of p-norms:
1/ p n p
x x ⎛ ⎞ = ⎜ ⎟
∑
1-norm: 2-norm:
1 p i
x x
=
= ⎜ ⎟ ⎝ ⎠
∑
1 1 n i i
x x
=
=∑
( )
1/2 2 2 1 n i i
x x
=
= ∑
- ∞-norm:
( )
maxi
i
x x
∞ =
Properties of Vector Norms p
For any vector norm: For any vector norm:
0 if x x > ≠ for any scalar (triangle inequality) x x x y x y γ γ γ = ⋅ + ≤ +
These properties define a vector norm
(triangle inequality) x y x y + ≤ +
These properties define a vector norm
Matrix Norms
We will only use matrix norms “induced” We will only use matrix norms induced
by vector norms:
Ax max
x
Ax A x
≠
=
1-norm:
1 1
max (max absolute column sum)
n ij j i
A A =
∑
∞-norm:
1 j i=
max (max absolute row sum)
n ij i
A A
∞ =
∑
1 i j=