

InterviewSolution
Saved Bookmarks
1. |
State the statement is True or False. Matrix addition is associative as well as commutative. |
Answer» True Matrix addition is associative as well as commutative i.e., (A + B) + C = A + (B + C) and A + B = B + A, where A, B and C are matrices of same order. |
|