Maximumnorm
Maximumnorm, more commonly known as the infinity norm or L-infinity norm, is a way of measuring the size of a vector or the maximal effect of a matrix on a vector. For a vector x in R^n, it is defined as ||x||∞ = max_i |x_i|, the largest absolute value among its components. For a matrix A, the corresponding operator norm induced by the vector infinity norm is ||A||∞ = max_i ∑_j |a_ij|, the maximum absolute row sum.
The infinity norm is the limit of the p-norms ||x||p = (∑|x_i|^p)^{1/p} as p approaches infinity. It is
For vectors, the maximumnorm bounds each component: |x_i| ≤ ||x||∞ for all i. It is related to other
In matrix analysis, the induced infinity norm ||A||∞ provides a measure of how A can amplify the
Computationally, evaluating ||x||∞ requires a single pass through the vector to find the maximum absolute component,