Applications and Examples of Solving Linear Systems Flashcards

1
Q

Define the rank of a matrix.

A

The rank of a matrix A – or rank(A) – is the number of leading ones (pivots) in any REF of A.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What are two facts about the rank of a matrix?

A
  1. 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]).
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

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?

A

rank(A) = rank([A|b])

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

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?

A

rank(A) + 1 = rank([A|b])

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is an implied by rank(A) = rank([A|b]) and rank(A) + 1 = rank([A|b])?

A

rank(A)≤rank([A|b])≤rank(A)+1

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

If [A|b] is the augmented of a linear system, when is the system inconsistent?

A

When rank(A) < rank([A|b])

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

If [A|b] is the augmented of a linear system, when does the system have a unique solution?

A

When rank(A) = rank([A|b]) = #cols of A

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

If [A|b] is the augmented of a linear system, when does the system have infinitely many solution?

A

When rank(A) = rank([A|b]) < #cols of A

How well did you know this?
1
Not at all
2
3
4
5
Perfectly