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