Let be a 3x3 square invertible matrix. Elimination on by a
sequence of elimination matrices and results in an upper triangular
matrix :
We can combine the elimination matrices together:
and invert to arrive at the LU decomposition:
The elements of the matrix have a very direct interpretation,
arguably more interpretable than those of . If and
are the scalars by which the first and second rows are
subtracted from the rows below, then we can express as:
Intuition
Operating on the "finished" that is outputted by elimination, reverses the row operations that were used in the elimination process. As each forward row operation only used
"finished" rows to modify subsequent rows, when going in reverse, the building blocks of the
row operations are present as-is in , as the "finished" rows are prepopulated by . This allows to
very simply record one number for each row operation.
A combined of rank 1 matrices. Perspective.
can be seen to explode into rank 1 matrices through the elimination process. Consider a modified elimination where we try to reduce to a matrix of all zeros. The first step is to remove the first row of times a unique factor from every row of to give zeros in the first column. The factors are
and the matrix being removed is:
So, we are removing a rank one matrix, column times row, from . Repeating this for each column will result in the zero vector. Consequently, these combined rank 1 matrices equal .
decomp and the determinant of
, but as the diagonals of are all ones, we have , and the determinant can be read off as the product of diagonal entries of .
Example
Example
The matrix is converted to upper triangular form as follows:
This corresponds to the two elimination matricies: