|
|
|
|
|
Matrix MultiplicationHow to multiply two matrices Matrix multiplication falls into two general categories:
This Page: Scalar Multiplication | Matrix Multiplication|How to mutliply two matrices |Practice Problems (non-scalar) Related Pages, Matrix: matrix in math | Multiply Matrices| Equality of Matrices| Matrix Equations | Directed Graphs | Square Matrix | Inverse of a matrix | matrix Dilations | matrix translation Scalar Matrix Multiplication
In the scalar variety, every entry is multiplied by a number, called a scalar.
What is the answer to the scalar multiplication problem below?
Answer This Page: Scalar Multiplication | Matrix Multiplication|How to mutliply two matrices |Practice Problems (non-scalar) Related Pages, Matrix: matrix in math | Multiply Matrices| Equality of Matrices| Matrix Equations | Directed Graphs | Square Matrix | Inverse of a matrix | matrix Dilations | matrix translation Matrix Multiplication You can multiply two matrices if, and only if, the number of columns in the first matrix equals the number of rows in the second matrix. Otherwise, the product of two matrices is undefined.
In the picture on the left, the matrices can be multiplied since the number of columns in the 1st one, matrix A, equals the number of rows in the 2nd, matrix B. Generalized Example If we multiply a 2×3 matrix with a 3×1 matrix, the product matrix is 2×1
Here is how we get M11 and M22 in the product.
M11 = r11× t11 + r12× t21 + r13×t31
M12 = r21× t11 + r22× t21 + r23×t31
Matrix C and D below cannot be multiplied together because the number of
columns in C does not equal the number of rows in D. In this case, the multiplication of these two matrices is not defined.
This Page: Scalar Multiplication | Matrix Multiplication|How to mutliply two matrices |Practice Problems (non-scalar) Related Pages, Matrix: matrix in math | Multiply Matrices| Equality of Matrices| Matrix Equations | Directed Graphs | Square Matrix | Inverse of a matrix | matrix Dilations | matrix translation Practice Problem
Multiply matrix A and B below to find the product.
This Page: Scalar Multiplication | Matrix Multiplication|How to mutliply two matrices |Practice Problems (non-scalar) Related Pages, Matrix: matrix in math | Multiply Matrices| Equality of Matrices| Matrix Equations | Directed Graphs | Square Matrix | Inverse of a matrix | matrix Dilations | matrix translation Top |