Chapter 1: Linear Systems Flashcards
What is elementary row operation #1?
Add a scalar multiple of one row to another row
A non-square matrix can be regular
False
Regular matrix can be reduced to UT form without row interchanges.
True
The diagonal entries of a regular matrix must be non-zero
True
Not all elementary matrices are invertible
False
Suppose E is an elementary matrix of type #1. It has a left inverse matrix L which reverts its action. Describe L.
L is a lower unitriangular matrix with the same entries as E but with opposite sign.
A matrix A is regular iff it can be factorized as A = LU where L is a lower uni-triangular matrix and U is an upper triangular matrix with non-zero entries
True
If A = LU, then L and U are unique
True
Every non-singular matrix is regular
False
Suppose P is a fixed permutation matrix and PA = LU. Is PA regular?
Yes
Suppose PA = LU. Are L and U unique?
No (since P is not unique, the factorization is not unique either)
Every regular matrix is non-singular
True
A matrix is non-singular iff it has a PA = LU factorization where P is a permutation matrix, L is a lower uni-triangular matrix and U is an upper triangular matrix with non-zero diagonal entries.
True
For linear operators, left inverse = right inverse
True
A matrix is regular iff it has an LDV factorization, where L is lower uni-tri, U is upper uni-tri and D is diagonal with non-zero entries
True