Norm
returns the norm of the vector
v
computes the
l
-norm of matrixm
(currently only works for vectors!).
computes the norm of matrix
m
(SVD)
computes the Frobenius norm of matrix
m
See
Examples
The first Norm argument should be a number, vector, or matrix.
The second argument of Norm, 0, should be a symbol, Infinity, or an integer or real number not less than 1 for vector p-norms; or 1, 2, Infinity, or “Frobenius” for matrix norms.
The second argument of Norm, 0.5, should be a symbol, Infinity, or an integer or real number not less than 1 for vector p-norms; or 1, 2, Infinity, or “Frobenius” for matrix norms.
Implementation status
- ✅ - full supported