165k views
1 vote
HELP
Find the resulting vector matrix of this matrix multiplication.

HELP Find the resulting vector matrix of this matrix multiplication.-example-1
User Iouri
by
4.9k points

2 Answers

3 votes

Answer:

-21 and 15

Explanation:

You multiply the two matrices, -1*6+3*-5=-21 and -1*-3+3*4=15

User Aaron Massey
by
4.6k points
7 votes

Answer:

a = -21 and b = 15

Explanation:

It is given a matrix multiplication,

To find the value of a and b

It is given that,

| 6 -5 | * | -1 | = | a |

|-3 4 | | 3 | | b |

We can write,

a = (6 * -1) + (-5 * 3)

= -6 + -15

= -2 1

b = (-3 * -1) + (4 * 3)

= 3 + 12

= 215

Therefore the value of a = -21 and b = 15

User Andrew Collins
by
4.9k points