Lecture 3 Flashcards
Name four facts about elemination matrices?
Why is partial pivoting used?
What is a permutation matrix?
What happens to LU decomposition with partial pivoting?
What are the steps you have to take for eliminiation with partial pivoting?
What is the LU factorization algorithm with partial pivoting?
How to solve Ax = b with LU decomposition with partial pivoting?
What are sparse matrices? How are they stored?
When using partial pivioting with P and Q, how are they chosen for sparse matrices?
What is the definition of a symmertric matrix? When is a symmetric matrix positive definite?
Why would you like to use a different algorithm to find A = LU for a symmetric positive definite matrix?
What is the Cholesky Factorization algorithm? What is its cost?