Main content
Algebra (all content)
Course: Algebra (all content) > Unit 20
Lesson 9: Properties of matrix multiplication- Defined matrix operations
- Matrix multiplication dimensions
- Intro to identity matrix
- Intro to identity matrices
- Dimensions of identity matrix
- Is matrix multiplication commutative?
- Associative property of matrix multiplication
- Zero matrix & matrix multiplication
- Properties of matrix multiplication
- Using properties of matrix operations
- Using identity & zero matrices
© 2023 Khan AcademyTerms of usePrivacy PolicyCookie Notice
Matrix multiplication dimensions
Learn about the conditions for matrix multiplication to be defined, and about the dimensions of the product of two matrices.
What you should be familiar with before taking this lesson
A matrix is a rectangular arrangement of numbers into rows and columns. Each number in a matrix is referred to as a matrix element or entry.
The dimensions of a matrix give the number of rows and columns of the matrix in that order. Since matrix has rows and columns, it is called a matrix.
If this is new to you, we recommend that you check out our intro to matrices.
In matrix multiplication, each entry in the product matrix is the dot product of a row in the first matrix and a column in the second matrix.
If this is new to you, we recommend that you check out our matrix multiplication article.
What you will learn in this lesson
We will investigate the relationship between the dimensions of two matrices and the dimensions of their product. Specifically, we will see that the dimensions of the matrices must meet a certain condition for the multiplication to be defined.
When is matrix multiplication defined?
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 see why this is the case, consider the following two matrices:
and
To find , we take the dot product of a row in and a column in . This means that the number of entries in each row of must be the same as the number of entries in each column of .
and
Note that if a matrix has two entries in each row, then the matrix has two columns. Similarly, if a matrix has two entries in each column, then it must have two rows.
So, it follows that 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.
Check your understanding
3) is a matrix and is a matrix.
Dimension property
The product of an matrix and an matrix is an matrix.
Let's consider the product , where
and .
From above, we know that is defined since the number of columns in matches the number of rows in .
To find , we must be sure to find the dot product between each row in and each column in . So, the resulting matrix will have the same number of rows as matrix and the same number of columns as matrix . It will be a matrix.
Check your understanding
Want to join the conversation?
- What is the product of AB in the top question on this page?(5 votes)
- Hello!
The first thing to do will be to determine the dimensions of our product matrix (I'll call it C). Because matrix A has 3 rows, and matrix B has 2 columns, matrix C will be a 3x2 matrix. 3 rows, 2 columns.
Now, the rules for matrix multiplication say that entry i,j of matrix C is the dot product of row i in matrix A and column j in matrix B. We can use this information to find every entry of matrix C. Here are the steps for each entry:
Entry 1,1:(2,4) * (2,8) = 2*2 + 4*8 = 4 + 32 = 36
Entry 2,1:(6,4) * (2,8) = 6*2 + 4*8 = 12 + 32 = 44
Entry 3,1:(7,3) * (2,8) = 7*2 + 3*8 = 14 + 24 = 38
Entry 1,2:(2,4) * (1,5) = 2*1 + 4*5 = 2 + 20 = 22
Entry 2,2:(6,4) * (1,5) = 6*1 + 4*5 = 6 + 20 = 26
Entry 3,2:(7,3) * (1,5) = 7*1 + 3*5 = 7 + 15 = 22
Therefore, our final answer is:36 22
44 26
38 22
I've left a link to a full tutorial on matrix multiplication at the bottom. Hope this helps!
https://www.khanacademy.org/math/precalculus/precalc-matrices/multiplying-matrices-by-matrices/a/multiplying-matrices(22 votes)
- can i multiply more than 3 matrices?(5 votes)
- You could multiply as many matrices as you like, so long as the order of multiplication and the dimensions of the matrices are such that multiplication is always well-defined. The easiest way to make sure it's well-defined is to multiply a bunch of square matrices of equal dimensions.(12 votes)
- how do you find out the dimensions for matrices that are not defined or is it not possible(1 vote)
- Not possible.
A matrix that is not defined cannot exist; it has no dimensions because there is no solution to the question.(12 votes)
- Why (like in questions 3 & 4) is AB defined but BA is not defined? Do matrices not conform to commutative properties of multiplication?(2 votes)
- Correct... the commutative property of multiplication does not work with matrices. Go back and pay close attention to the section above titled: When is Matrix Multiplication Defined?". The last line states: "So, it follows that 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". The 2 questions you are asking about do not meet this condition which is why the multiplication is not defined.
Hope this helps.(8 votes)
- What is the point of ascertaining whether the resultant matrix from a specific ordered multiplication is DEFINED?(1 vote)
- Unlike multiplication of numbers or variable, the usual properties of multiplication do not always apply to multiplication of matrices. You need to learn what you can do and what you can't do.(5 votes)
- how can I learn the non-zero value in matrix(3 votes)
- A non-zero value in a matrix is where the matrix does not have a zero in it.(1 vote)
- How can I find the inverse of a 3*3?(4 votes)
- The following video gives the idea of how to find the inverse of a matrix: https://www.khanacademy.org/math/algebra-home/alg-matrices/alg-intro-to-matrix-inverses/v/inverse-matrix-part-1(1 vote)
- What are the dimensions of a 2 by 3 matrix and a 3 by 2 matrix(0 votes)
- Assuming you mean you're multiplying them, the answer would be 2 x 2. You take the number of rows from the first matrix (2) to find the first dimension, and the number of columns from the second matrix (2) to find the second dimension.
Another way to think of this:
The dimensions of their product is the two outside dimensions. Every time I multiply matrixes on paper, I write the dimensions underneath the matrixes. You can also just do this step mentally. Then, just look at the outer dimensions, and those will be the new dimensions. This helps me remember how to do it.
Hope this answered your question.(4 votes)
- how can i multiply a matrix of different sizes(1 vote)
- "multiplying matrices" search this in khan academy they uploaded a video about it. You will understand it there(1 vote)