ylädiagonaalialkio
Ylädiagonaalialkio, which translates from Finnish to "upper diagonal element" or "superdiagonal element," refers to an element in a matrix that lies directly above the main diagonal. In a square matrix, the main diagonal consists of elements where the row index equals the column index (a_ii). The elements on the upper diagonal are those where the column index is one greater than the row index (a_ij where j = i + 1).
For a general n x n matrix A, the upper diagonal elements are a_12, a_23, a_34, ..., a_(n-1)n.
Matrices where all elements below the main diagonal are zero are called upper triangular matrices. The upper