Previous Up Next

6.50.3 ℓ matrix norm: maxnorm

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


Example.
Input:

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

Output:

4

Previous Up Next