Multiply the Matrices [[3,-2,1],[4,1,-1]]*[[6,-4,2],[8,2,-2]]
Problem
Solution
Check dimensions for matrix multiplication. The first matrix is
2×3 and the second matrix is2×3 Identify the rule for matrix multiplication. To multiply two matrices, the number of columns in the first matrix must equal the number of rows in the second matrix.
Compare the values where the number of columns in the first matrix is
3 and the number of rows in the second matrix is2 Conclude that since
3≠2 the operation is undefined.
Final Answer
Want more problems? Check here!