Exercise 3.2.48

Answers

(a)
By matrix multiplication, each column of AB is A times the corresponding column of B. So if column j of B is a combination of earlier columns, then column j of AB is the same combination of earlier columns of AB. Then rank (AB) rank (B). No new pivot columns!
(b)
The rank of B is r = 1. Multiplying by A cannot increase this rank. The rank of AB stays the same for A1 = I and B = [ 11 1 1 ]. It drops to zero for A2 = [ 1 1 1 1 ].
User profile picture
2022-01-23 14:01
Comments