196k views
8 votes
Find the matrix product, if possible.

Find the matrix product, if possible.-example-1
User KingCrunch
by
6.6k points

1 Answer

9 votes

Answer:

below.

Explanation:

The number of columns in the first matrix must equal to the number of rows in the second for multiplication to be possible.

Here first matrix has 3 columns and second one has 3 rows so POSSIBLE.

[ -8 2 2] { 3 }

[ 0 ]

[ -3]

= -8*3 + 2*0 + 2 * -3 = [-30] <-------- Answer.

Note a 1*3 matrix multiplied by a 1*3 matrix gives a 1*1 result.

User Nicolas Dudebout
by
6.0k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.