

InterviewSolution
Saved Bookmarks
1. |
If A and B are square matrices of the same order such that `A B=B A`, then show that `(A+B)^2=a^2+2A B+B^2` |
Answer» False For two square matrices of same order it is not always true that AB=BA. |
|