

InterviewSolution
Saved Bookmarks
1. |
If A and B are any two 2 × 2 matrices such that AB = BA = B and B is not a zero matrix, what can you say about the matrix A? |
Answer» AB = BA = B We know that AI = IA = I, where I is the identity matrix. Hence, B is the identity matrix. |
|