What does $\|u\|^2_2$ mean?

102 Views Asked by At

Given a vector $u = (x, y, z)$ what is $\|u\|_2^2$ ?

1

There are 1 best solutions below

0
On BEST ANSWER

The $\| \cdot \|_2$ function is the $2$-norm, i.e. the standard Euclidean length of a vector. Thus, $$\|(x, y, z)\|_2^2 = x^2 + y^2 + z^2.$$