Mathematics |
Vector and Matrix Norms
is computed by norm(x,p)
. This is defined by any value of p > 1, but the most common values of p are 1, 2, and . The default value is p = 2, which corresponds to Euclidean length.
can be computed for p = 1, 2, and by norm(A,p)
. Again, the default value is p = 2.
The Kronecker Tensor Product | Solving Linear Systems of Equations |
© 1994-2005 The MathWorks, Inc.