Matrix Multiplication

guitarguy

Junior Member
Joined
Feb 25, 2012
Messages
58
I attempted a matrix multiplication problem. The text asked to multiply a 2X3 times a 3X2. The answer was given as undefined. But I thought matrices could be multiplied if the number of columns in the first matrix equalled the number of rows in the second matrix?

Is the text correct?
 
It appears to be a textbook error, and your understanding of the dimensional requirements is correct. :cool:
 
Top