Mathematics    

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 . 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 by norm(A,p). Again, the default value is p = 2.


  The Kronecker Tensor Product Solving Linear Systems of Equations