

InterviewSolution
Saved Bookmarks
1. |
A and B are two square matrices of same order. If `AB =B^(-1), " then " A^(-1)` =____.A. BAB. `A^(2)`C. `B^(2)`D. B |
Answer» Correct Answer - C `AB = B^(-1)` `(AB) B = B^(-1) * B` `AB^(2) =I` `A^(-1) * A * B^(2) = A^(-1) * I` `I * B^(2) = A^(-1)` `therefore A^(-1) = B^(2)`. |
|