

InterviewSolution
Saved Bookmarks
1. |
State the statement is True or False. If A and B are two square matrices of the same order, then A + B = B + A. |
Answer» True Since, matrix addition is commutative i.e., A + B = B +A, where A and B are two square matrices. |
|