Triangular matrix: Difference between revisions

Content deleted Content added
Linas (talk | contribs)
Line 59:
The [[transpose]] of a upper triangular matrix is a lower triangular matrix and vice versa. The [[determinant]] of a triangular matrix equals the product of the diagonal entries.
 
The variable L is commonly used for lower triangular matrix, standing for lower/left, while the variable U or R is commonly used for upper triangular matrix, standing for upper/right. The variable R has the added benefit of being the same initial for the German term for 'right.'
 
Generally, operations can be performed on triangular matrices within half the time.