Learn Before
Definition

Lp Norm

The LpL^p norm (or p\ell_p norm) is a mathematical function that measures the size or length of a vector. For a vector xRn\mathbf{x} \in \mathbb{R}^n and a real number p1p \geq 1, the LpL^p norm is defined as: xp=(i=1nxip)1/p\left\|\mathbf{x}\right\|_p = \left( \sum_{i=1}^n |x_i|^p \right)^{1/p} Common vector norms are special cases of the LpL^p norm: - The L1L_1 norm is obtained by setting p=1p=1. - The L2L_2 norm (Euclidean norm) is obtained by setting p=2p=2. - The max norm (LL^\infty norm) is obtained in the limit as pp \to \infty, resulting in: x=maxixi\left\|\mathbf{x}\right\|_\infty = \max_{i} |x_i|

0

1

Updated 2026-06-19

References


Tags

Data Science

Related
Learn After