Multiply the Matrices
Problem
Solution
Identify the dimensions of the matrices. Both are
2×2 matrices, so their product will also be a2×2 matrix.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.
Simplify the fraction for the first row, second column.
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.
Simplify the fraction for the second row, first column.
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!