Exercise 4.3.1

Answers

A matrix is invertible when it has no zero eigenvalues, so for A B to be invertible, we want λi + μj0 for every i,j. If (eigenvalue of A) = - (eigenvalue of B), then A B is not invertible, its rank is less than n2.

Example: A = [12 3 4 ], and B = [4 2 3 1 ]

Then we have AB = AI2+I2B = [ I2 2I2 3I24I2 ] + [B0 0 B ]+ [I2 + B 2I2 3I2 4I2 + B ] = [3220 3 0 0 2 3 002 0 3 3 3 ]

which is rank -3.

User profile picture
2020-03-20 00:00
Comments