Simplify the Matrix
Problem
Solution
Identify the common matrix factor on the right side of both terms in the expression.
Apply the distributive property of matrix multiplication over addition, which states
A*C+B*C=(A+B)*C Add the two matrices inside the parentheses.
Multiply the resulting sum by the common matrix.
Calculate the entries of the product matrix using row-by-column multiplication.
Final Answer
Want more problems? Check here!