Mathematics Previous page   Next Page

Vector and Matrix Norms

The p-norm of a vector x

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 infinity. The default value is p = 2, which corresponds to Euclidean length.

The p-norm of a matrix A,

can be computed for p = 1, 2, and infinity by norm(A,p). Again, the default value is p = 2.


Previous page  The Kronecker Tensor Product Solving Linear Systems of Equations Next page

© 1994-2005 The MathWorks, Inc.