Learn Before
Definition

Vector Norm

A norm is a mathematical function \| \cdot \| that maps a vector to a scalar, informally measuring its overall size or magnitude. To be a valid norm, the function must satisfy three properties for any vectors x\mathbf{x} and y\mathbf{y} and scalar αR\alpha \in \mathbb{R}:

  1. Scaled norm: \left\|\alpha \mathbf{x} ight\| = |\alpha| \left\|\mathbf{x} ight\|
  2. Triangle inequality: \left\|\mathbf{x} + \mathbf{y} ight\| \leq \left\|\mathbf{x} ight\| + \left\|\mathbf{y} ight\|
  3. Nonnegativity: \left\|\mathbf{x} ight\| > 0 for all xeq0\mathbf{x} eq 0.

0

1

Updated 2026-05-02

Contributors are:

Who are from:

Tags

D2L

Dive into Deep Learning @ D2L

Related