Lower Triangular Inverse

Definition


Theorems, Lemmas, and Corollaries





How is it used?

Generally speaking, when solving a triangular system $L x = b $ one should not form the inverse of $L$, $L^{-1}$. Instead, one should solve the linear system. The inverse of a triangular matrix is sometimes used as part of the inversion of a square nonsingular matrix.

Algorithms

$ L \becomes L^{-1} $ denotes the operation that overwrites a nonsingular LowerTriangularMatrix with its inverse.

Partitioned Matrix Expression

The PME for this operation is given by

Here $ L_{TL}, \hat{L}_{TL} \in \S^{k \times k} $.

Loop-invariants

The above PME allows for eight different loop-invariants to be identified:

Algorithmic variants

Related Operations

More Information

LinearAlgebraWiki: LowerTriangularInverse (last edited 2008-04-15 15:51:04 by MarthaGanser)