Multiply the Matrices [[1/15,-1/5],[4/15,1/5]]*[[9],[-27]]
Problem
Solution
Identify the dimensions of the matrices to ensure multiplication is possible. The first matrix is
2×2 and the second is2×1 resulting in a2×1 matrix.Calculate the first entry of the resulting matrix by multiplying the first row of the first matrix by the column of the second matrix.
Simplify the first entry calculation.
Calculate the second entry of the resulting matrix by multiplying the second row of the first matrix by the column of the second matrix.
Simplify the second entry calculation.
Final Answer
Want more problems? Check here!