Previous Up Next

15.4.3  ℓ matrix norm

The ℓ norm of a matrix A is maxj,k(|aj,k|). The maxnorm command finds the ℓ norm of a matrix. (See also Section 14.1.1.)

Example

maxnorm([[1,2],[3,-4]])
     
4           

Previous Up Next