| DSP Blockset | Search  Help Desk |
| Matrix 1-Norm | See Also |
Compute the 1-norm of a square matrix.
Library
Linear Algebra, in Math FunctionsDescription
The Matrix 1-Norm block computes the 1-norm, or maximum column-sum, of an M-by-N input matrix, A:
y = max(sum(abs(A))) % equivalent MATLAB code
Dialog Box

-1 indicates that the input is a square matrix.References
Golub, G. H., and C. F. Van Loan. Matrix Computations. 3rd ed. Baltimore, MD: Johns Hopkins University Press, 1996.See Also
Normalizationnorm (MATLAB)