
Re: Matrix multiplication rule
Hi,
So just make sure
that the the number of columns in the 1st matrix equals the number of rows in the 2nd one.
That is:
Let A be a matrix 3x4 (3 rows, 4 columns) and B a matrix 4x5 (4 rows, 5 columns).


Hope that helps!
Regards!