Exercise 1.1.14

Suppose two matrices A and B have the same column space.

(a)
Show that their row spaces can be different.
(b)
Show that the matrices C (basic columns) can be different.
(c)
What number will be the same for A and B?

Answers

(a)
We just need to give an example of two matrices A and B that have the same column space but different row spaces. Consider vectors in R2, let A = [12 1 2 ], and B = [21 2 1 ]. Their column spaces are the same, i.e. the line x [1 1 ].

If we write them in A = CR format, we have A = [1 1 ] [12 ] and B = [1 1 ] [21 ], we can see that the row space of A is line x [12 ], whic is different from the row space of B is line [21 ].

(b)
The matrix C for A is [1 1 ], while it is [2 2 ] for B.
(c)
A and B have the same rank because their column spaces are the same.
User profile picture
2020-03-20 00:00
Comments