22.0k views
3 votes
What is the size of the matrix resulting from

What is the size of the matrix resulting from-example-1
User Iced
by
5.4k points

1 Answer

3 votes

Answer:

The answer is 1 * 3.

Explanation:

To find the size of the resulting matrix, start by finding the dimensions of both matrices. For the dimensions of a matrix, it goes rows by columns. To find the dimensions of a matrix, count the number of rows, and then count the numbers of columns.

For the first matrix, the dimensions are 1 by 3. For the second matrix, the dimensions are 3 by 3.

An easy way to see if matrices that are being multiplied produce a real answer, find the dimensions of each matrix and see if the two inner numbers match.

For these matrices being multiplied, the dimensions are 1 by 3 and 3 by 3, and the two inner numbers are 3, which means they match.

Then, begin solving for the answer resulting from the matrices being multiplied. Start by multiplying each row in the first matrix by each column in the second matrix. Next, simplify each element of the matrix by multiplying out all the expressions. Finally, the matrix in the most simplified form is
\left[\begin{array}{ccc}11&11&-2\\\end{array}\right]. Thus, resulting in a 1 * 3 matrix.

User Har
by
4.9k points