

InterviewSolution
Saved Bookmarks
1. |
If the matrices, A, B and `(A+B)` are non-singular, then prove that `[A(A+B)^(-1) B]^(-1) =B^(-1)+A^(-1)`. |
Answer» `[A(A+B)^(-1) B]^(-1) =B^(-1) ((A+B)^(-1))^(-1) A^(-1)` `=B^(-1) (A+B)A^(-1)` `=(B^(-1) A+B^(-1)B) A^(-1)` `=(B^(-1)A+I)A^(-1)` `=B^(-1) A A^(-1)+IA^(-1)` `=B^(-1)I+A^(-1)` `=B^(-1)+A^(-1)` |
|