InterviewSolution
Saved Bookmarks
| 1. |
Which of the following condition is incorrect for matrix multiplication?(a) A(BC)=(AB)C(b) A(B+C)=AB+AC(c) AB=0 if either A or B is 0(d) AB=BAI got this question in my homework.This interesting question is from Operations on Matrices topic in portion Matrices of Mathematics – Class 12 |
|
Answer» CORRECT choice is (d) AB=BA To ELABORATE: MATRIX multiplication is never COMMUTATIVE i.e. AB≠BA. Therefore, the condition AB=BA is incorrect. |
|