

InterviewSolution
Saved Bookmarks
1. |
If A and B are square matrices of equal order, then which one is correct among the following? (a) A + B = B + A (b) A + B = A – B (c) A – B = B – A(d) AB = BA |
Answer» Correct option is : (a) A + B = B + A Matrix addition is commutative. ∴ A + B = B + A |
|