Norms are a measure of a number or vector’s distance from the origin.

For Scalars

def. Absolute Value or L1 Norm. For real or complex number its norm is simply the distance from the origin.

For Vectors in -dim space

def. Euclidian Distance or L2 Norm. For vectors, the euclidian norm of a vector in is:

For Matricies

Motivation. As 방무창 explained, matricies also live in vector spaces . Thus it would also have a notion of “distance from origin.” The matrix norm must satisfy the following conditions for it to be reasonable:

  1. (absolutely homogenous)
  2. ! (triangle ineuqality)

def. Frobeinus Norm. For a matrix of shape the Frobeinus norm is:

Visualization. matrices - What is the difference between the Frobenius norm and the 2-norm of a matrix? - Mathematics Stack Exchange