TOPICS
Search

Norm


The norm of a mathematical object is a quantity that in some (possibly abstract) sense describes the length, size, or extent of the object. Norms exist for complex numbers (the complex modulus, sometimes also called the complex norm or simply "the norm"), Gaussian integers (the same as the complex modulus, but sometimes unfortunately instead defined to be the absolute square), quaternions (quaternion norm), vectors (vector norms), and matrices (matrix norms). A generalization of the absolute value known as the p-adic norm is also defined.

Norms are variously denoted |x|, |x|_p, ||x||, or ||x||_p. In this work, single bars are used to denote the complex modulus, quaternion norm, p-adic norms, and vector norms, while the double bar is reserved for matrix norms.

The term "norm" is often used without additional qualification to refer to a particular type of norm (such as a matrix norm or vector norm). Most commonly, the unqualified term "norm" refers to the flavor of vector norm technically known as the L2-norm. This norm is variously denoted ||x||_2, ||x||, or |x|, and gives the length of an n-vector x=(x_1,x_2,...,x_n). It can be computed as

 |x|=sqrt(x_1^2+x_2^2+...+x_n^2).

The norm of a complex number, 2-norm of a vector, or 2-norm of a (numeric) matrix is returned by Norm[expr]. Furthermore, the generalized p-norm of a vector or (numeric) matrix is returned by Norm[expr, p].

The norm (length) of a vector should not be confused with a normal vector (a vector perpendicular to a surface).


See also

Bombieri Norm, Compatible, Complex Modulus, Complex Number, Four-Vector Norm, Frobenius Norm, Hilbert-Schmidt Norm, L1-Norm, L2-Norm, L-infty-Norm, Matrix Norm, Maximum Absolute Column Sum Norm, Maximum Absolute Row Sum Norm, Natural Norm, Normal Vector, Normalized Vector, Normed Space, Parallelogram Law, Polynomial Norm, Quaternion Norm, Spectral Norm, Vector Norm Explore this topic in the MathWorld classroom

Explore with Wolfram|Alpha

References

Gradshteyn, I. S. and Ryzhik, I. M. Tables of Integrals, Series, and Products, 6th ed. San Diego, CA: Academic Press, pp. 1114-1125, 2000.

Referenced on Wolfram|Alpha

Norm

Cite this as:

Weisstein, Eric W. "Norm." From MathWorld--A Wolfram Web Resource. https://mathworld.wolfram.com/Norm.html

Subject classifications