Multiply the Matrices
Problem
Solution
Check dimensions to ensure the multiplication is possible. The first matrix is
3×2 and the second matrix is3×3 Identify the error in the dimensions. Matrix multiplication
A×B requires the number of columns inA to equal the number of rows inB Compare the values where the first matrix has
2 columns and the second matrix has3 rows.Conclude that since
2≠3 the matrices cannot be multiplied in the given order.
Final Answer
Want more problems? Check here!