Find the Variables [[6,0],[0,6]][[1,x],[y,1]]=[[6,2],[4,2]]
Problem
Solution
Perform matrix multiplication on the left side by multiplying the rows of the first matrix by the columns of the second matrix.
Simplify the resulting matrix on the left side.
Equate corresponding entries from the two matrices to create equations for the variables
x andy
Solve for x by dividing both sides of the first equation by 6.
Solve for y by dividing both sides of the second equation by 6.
Final Answer
Want more problems? Check here!