106k views
0 votes
What is BA ? please help this is matrices

What is BA ? please help this is matrices-example-1
User Kevzettler
by
8.3k points

2 Answers

4 votes


\left[\begin{array}{ccc}2&8\\0.6&3\end{array}\right] * \left[\begin{array}{ccc}3&0\\2&-1\end{array}\right] = \left[\begin{array}{ccc}2*3 + 8*2&2*0 + 8*(-1)\\0.6*3 + 3*2 &0.6*0 + 3*(-1)\end{array}\right] = \left[\begin{array}{ccc}22&-8\\7.8&-3\end{array}\right]

Answer: C

User Amirreza Mohammadi
by
8.1k points
3 votes

To multiply matrices we multiply the first row of the matrix by the first column of the other matrix and add the results


For example we do 2*3 + 8*2. to get 22 as the top left number in our resulting matrix.


We do this for the other numbers in the resulting matrix with the following calculations


2*0 + 8*-1 = -8 (top right)

.6*3 + 3*2 = 7.8 (bottom left)

.6*0 + 3*-1 = -3 (bottom right)


So the answer is C.

User Ludell
by
8.9k points

No related questions found

Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.