For an
matrix A, the following are equivalent.
- A has a PLU-factorization.
- For any n-vector b, the system Ax = b has a solution.
- A has an inverse.
- A has non-zero determinant.
- A has full rank.
Read CLR Ch 31.1 for definitions of inverse, determinant and rank.
Next: ITERATIVE METHODS
Up: SOLVING LINEAR SYSTEMS
Previous: PLU-factorization