Vocabularymath.
vectorsInputsOutputsx | a non-negative real number |
Generic word contractComputes the norm (size) of
k in 𝑙₁ (
L^1) vector space, usually written ∥・∥₁.
ExamplesUSING: math.vectors prettyprint ;
{ 1 2 3 4 } l1-norm .
10
See alsonorm-sq,
norm,
l-infinity-norm,
p-normDefinition