S4 Flashcards

1
Q

If AB = AC, then B = C.

A

False

This would be true if A is invertible, but it doesn’t say that. To prove that it is false, here is a counterexample:

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

If A and B are invertible, then A + B is also invertible.

A

False

Take A = I and B = −I, then A and B are invertible, but A + B = 0 is not.

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

If a matrix is invertible, then every square submatrix is invertible.

A

I3 is invertible, but it has the square submatrix A, which is not invertible.

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

If the equation Ax = b has at least one solution for each b ∈ Rn, then the solution is unique for each b.

A

True

The if-statement is that (the linear transformation corresponding to) A is onto, the then-statement is that it is one-to-one. By the Invertible Matrix Theorem, these two statements are equivalent.

Here is a direct explanation without that theorem: The fact that A is n × n and onto implies that the (reduced) echelon form of A has n pivots, which implies that A is one-to-one.

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

If the columns of A are linearly independent, then they span Rn.

A

True

These are also two equivalent statements by the Invertible Matrix Theorem. Similar to the last one, you can also see it directly by seeing that both are equivalent to having n pivots in the (reduced) echelon form.

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

If the columns of A are linearly independent, then its rows are also linearly independent.

A

True

The rows of A are the columns of AT. Because A is square and the columns are linearly independent, A is invertible, again by the Invertible Matrix Theorem.

Then AT is also invertible, so its columns are also linearly independent.

Note that, technically, we never defined what it means for rows to be linearly independent, but this is easy to guess: Just transpose all the rows into columns. Or take literally the same definition as for columns.

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