Answer:
Explanation:
In this question we are multiplying together two matrices. When we multiply a (1 x 3) matrix with a (3 x 3) matrix, we get a (1 x 3) matrix.
To compute each value, all you need to do is take the each value in each row in the first matrix, and multiply it by each value in each column of the second matrix and add up the result. So let's do that.