p-norm ( k p -- x )
Matrix operations

Prev:l-infinity-norm ( k -- x )


Vocabulary
math.vectors

Inputs
ka sequence of numbers
pa positive real number


Outputs
xa non-negative real number


Generic word contract
Computes the norm (size) of k in 𝑙ₚ (L^p) vector space, usually written ∥・∥ₚ.

See also
norm-sq, l1-norm, norm, l-infinity-norm

Definition