The 1-norm of a vector \(\mathbf{v} = (v_1, v_2, \ldots, v_n) \in \mathbb{R}^n\) is defined as
\[
\|\mathbf{v}\|_1 = |v_1| + |v_2| + \cdots + |v_n|.
\]
The \(\infty\)-norm (or max norm) of \(\mathbf{v}\) is defined as
\[
\|\mathbf{v}\|_\infty = \max\{|v_1|, |v_2|,
Show more…