释义 |
triangular matrix A square matrix that is either lower triangular or upper triangular. It is lower triangular if all the entries above the main diagonal are zero, and upper triangular if all the entries below the main diagonal are zero. A triangular matrix is strictly triangular if the diagonal entries are also zero.
|