8.13 LU-Factorization
INTRODUCTION
Just as positive integers and polynomials can be factored, so too a matrix can sometimes be factored into other matrices. For example, in the last section we saw that if an n × n matrix A is diagonalizable, then there exists a nonsingular matrix P and a diagonal matrix D such that P−1AP = D. When the last equation is written as A = PDP−1 we say that A has been factored or decomposed into three matrices. There are many ways of factoring an n × n matrix A, but in this section we are interested in a special type of factorization that involves triangular matrices.
The notion of a triangular matrix was introduced in Section 8.1. See page 379.
LU-Factorization
Recall, a triangular matrix is a square matrix ...
Get Advanced Engineering Mathematics, 7th Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.