Master Matrix Multiplication: Solving Size Confusion | Homework Help

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 4K views
DiamondV
Messages
103
Reaction score
0

Homework Statement


Well, basically my issue isn't exactly with how to multiply matrices. I know how to do that, my issue is the way my lecturer shows how to find the size of the new matrix, this is all that he shows:
e6e8784ec7.png


I mean how is he getting AX to be a 3x1 matrix?

Homework Equations

The Attempt at a Solution

 
Physics news on Phys.org
In order to do matrix multiplication, the number of columns of the first matrix must fit the number of rows of the second and this goes by definition. Then what specifies the dimensions of the new matrix, is the number of rows of the first and the number of columns of the second.
 
DiamondV said:

Homework Statement


Well, basically my issue isn't exactly with how to multiply matrices. I know how to do that, my issue is the way my lecturer shows how to find the size of the new matrix, this is all that he shows:
e6e8784ec7.png


I mean how is he getting AX to be a 3x1 matrix?
You said above that you know how to multiply matrices. If you calculate AX, with A and X as shown in the image, what do you get?
Possibly your problem is not understanding that vectors are special cases of matrices, with only one row (row vector) or one column (column vector).

The vector/matrix X shown here is a column vector, with three rows and one column; i.e., a 3 X 1 matrix.
DiamondV said:

Homework Equations

The Attempt at a Solution