antidiagonaal
An antidiagonal, or anti-diagonal, is the diagonal of a square matrix that runs from the top-right corner to the bottom-left corner. In an n×n matrix A = [aij], the antidiagonal consists of the entries ai, n+1−i for i = 1,…,n. Equivalently, these positions satisfy i + j = n + 1, contrasting with the main diagonal, where i = j.
An anti-diagonal matrix is a matrix in which all entries outside the antidiagonal are zero. The most
If an n×n matrix A has nonzero entries only on its antidiagonal, write A with a1, a2,
In rectangular matrices, the term is sometimes generalized to the line running from the top-right to the
Applications of antidiagonal structure appear in certain linear systems and in algorithms for structured matrices, where