Let An×n. A norm of A is denoted by ∣∣A∣∣.
Definitions
Suppose A=(aij)m×n for all the definitions below.
1-norm
Maximum of the absolute column sums.
∥A∥1=max{i=1∑m∣aij∣;j∈[1,n]}
2-norm
Square root of the sum of all elements squared. Aka. Euclidean norm, or
Frobenius norm. Defined for non-square matrices as well.
(∥A∥2)2=(∥A∥E)2=i=1∑mj=1∑n(aij)2
Infinity norm
Maximum of the absolute row sums.
∥A∥∞=max{j=1∑n∣aij∣;i∈[1,n]}
Vector norm
Norm defined for column vectors.
Induced norm
Aka. operator norm, subordinate norm.
Suppose A=(aij)m×n. The induced norm is defined for A with
respect to a given norm, ∥∥.
∥A∥ind=∥X∥=1max∥AX∥
Properties of Norms
Works for all types of norms.
Suppose A,B are m×n ordered.
- ∥A∥≥0
- ∥A∥=0⟺A=0
- ∥kA∥=∣k∣×∥A∥
- ∥A+B∥≤∥A∥+∥B∥ (triangle
inequality)
- ∥AB∥≤∥A∥×∥B∥
Unit Ball
A unit ball in Rn with respect to a norm ∥∥.
{X∣X∈Rn,∥X∥≤1}
Unit disc
When n=2, unit ball is also called the unit disc.