Vocabularymath.
matricesInputsm | a matrix |
p | a positive real number |
Outputsn | a non-negative real number |
Word descriptionFind the entry-wise norm of a matrix, in 𝑙ₚ (
L^p) vector space.
NotesThis word is not an induced or Schatten norm, and it is distinct from all of
matrix-l1-norm,
matrix-l2-norm,
matrix-l-infinity-norm.
ExamplesUSING: math.matrices prettyprint ;
4 4 1 <matrix> 2 matrix-p-norm-entrywise .
4.0
Definition