Multiply the Matrices
Problem
Solution
Identify the dimensions of the matrices. Both are
2×2 matrices, so the resulting matrix will also be2×2 Calculate the element in the first row, first column by multiplying the first row of the first matrix by the first column of the second matrix.
Calculate the element in the first row, second column by multiplying the first row of the first matrix by the second column of the second matrix.
Calculate the element in the second row, first column by multiplying the second row of the first matrix by the first column of the second matrix.
Calculate the element in the second row, second column by multiplying the second row of the first matrix by the second column of the second matrix.
Final Answer
Want more problems? Check here!