Compute AxB if
Multiplication of two matrices -
Matrix multiplication:
Two matrices A and B are conformable for the product AB if the number of columns in A and the number of rows in B is equal. Otherwise, these two matrices will be non-conformable for matrix multiplication. So on that basis,
i) AB is defined only if col(A) = row(B)
ii) BA is defined only if col(B) = row(A)
If
For examples
-
hence option (a) is correct
Study 40% syllabus and score up to 100% marks in JEE
Ask your Query
Register to post Answer