What is the pre-requisite condition for multiplication of two matrices A and B
Answers
Answered by
3
Answer:
In order for matrix multiplication to be defined, the number of columns in the first matrix must be equal to the number of rows in the second matrix. To find A B AB AB , we take the dot product of a row in A and a column in B.
Similar questions