Applications and Examples of Solving Linear Systems Flashcards
Define the rank of a matrix.
The rank of a matrix A – or rank(A) – is the number of leading ones (pivots) in any REF of A.
What are two facts about the rank of a matrix?
- The rank does NOT change when we do elementary row
operations and rank(A) ≤ #rows or columns of A .
2. We can determine if a system is consistent or inconsistent by comparing rank(A) and rank([A|b]).
Suppose we row reduce [A|b] to RREF, what is the rank if all the leading ones are in the coefficient matrix of the
RREF?
rank(A) = rank([A|b])
Suppose we row reduce [A|b] to RREF, what is the rank if there is a leading one in the column of constants of the
RREF?
rank(A) + 1 = rank([A|b])
What is an implied by rank(A) = rank([A|b]) and rank(A) + 1 = rank([A|b])?
rank(A)≤rank([A|b])≤rank(A)+1
If [A|b] is the augmented of a linear system, when is the system inconsistent?
When rank(A) < rank([A|b])
If [A|b] is the augmented of a linear system, when does the system have a unique solution?
When rank(A) = rank([A|b]) = #cols of A
If [A|b] is the augmented of a linear system, when does the system have infinitely many solution?
When rank(A) = rank([A|b]) < #cols of A