suml1N
Suml1N is a notation used to denote the truncated L1 norm of a finite sequence, that is, the sum of absolute values of the first N terms. For a sequence (x1, x2, ..., xN) in the real numbers (or a real/complex vector with appropriate magnitude for complex values), suml1N is defined as sum_{i=1}^N |xi|. The concept serves as a practical measure of total magnitude for a finite signal or data block and is commonly used in numerical analysis, optimization, and data processing.
As a function of the sequence, suml1N has several key properties. It is nonnegative and vanishes only
Examples illustrate its use: for the sequence (3, -4, 0, 2), suml1,3 = |3| + |-4| + |0| = 7,