DSP Blockset | ![]() ![]() |
Compute the 1-norm of a matrix.
Library
Math Functions / Matrices and Linear Algebra / Matrix Operations
Description
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
A length-M 1-D vector input is treated as an M-by-1 matrix. The output, y, is always a scalar.
Dialog Box
References
Golub, G. H., and C. F. Van Loan. Matrix Computations. 3rd ed. Baltimore, MD: Johns Hopkins University Press, 1996.
See Also
Normalization |
DSP Blockset |
Reciprocal Condition |
DSP Blockset |
norm |
MATLAB |
![]() | Magnitude FFT | Matrix Multiply | ![]() |