134k views
0 votes
Please help! Correct answer only, please!

Find the product A · A^t.

A.

B.

C.

D.

Please help! Correct answer only, please! Find the product A · A^t. A. B. C. D.-example-1

1 Answer

0 votes

Answer: A.
\left[\begin{array}{ccc}29&13\\13&10\\\end{array}\right]

Explanation:

The question is asking us to find the product of the matrices. The key difference is the second A has a little T in the exponent. This T means transpose. You multiply A by the transpose of A. To find the transpose, you turn the rows into columns.


A^T=\left[\begin{array}{ccc}5&3\\2&-1\\\end{array}\right]

Now that we have our transpose, we can multiply the matrices.


\left[\begin{array}{ccc}5&2\\3&-1\\\end{array}\right] \left[\begin{array}{ccc}5&3\\2&-1\\\end{array}\right] =\left[\begin{array}{ccc}5*5+2*2&5*3+2(-1)\\3*5+2(-1)&3*3+(-1)(-1)\\\end{array}\right] =\left[\begin{array}{ccc}29&13\\13&10\\\end{array}\right]

User Celeriko
by
7.5k points