What are the dimensional requirements for matrix multiplication?
1 Answer
Oct 30, 2015
number of columns of left side matrix = number of rows of right side matrix
Explanation:
Consider two matrix as
Then
So if the number of columns of left side matrix is same as the number of rows of right side matrix then multiplication is permissible.