Types: N/A
Examples: 15.2 Review of Nonsingular Gravity Model, 15.3 4-by-4 LU Factorization
Constructions: N/A
Generalizations: N/A

Properties: N/A
Sufficiencies: N/A
Questions: N/A

LU Factorization without Pivoting

Let ARn×n be a "given" 12.3 Regular Matrix with non-zero values on the main diagonal elements. An LU factorization of A is given by

A=LU

Remark. LU factorization can be thought of as turning a regular matrix into the product of an upper-triangular and lower-triangular matrix.


Remark. Using 8.4 Special Sparsity Notation, we can visualize LU factorization.

[××××××××××]A=[1×1××1]L[×××]U


Lemma

If A,B are nonsingular, then AB is nonsingular and

(AB)1=B1A1(AB)(AB)1=In

Consider:

(AB)(B1A1)=A(BB1)A1=AInA1=AA1=In(AB)1=B1A1