Question
Mathematics Question on Matrices
If A=[5 −210] and BT=[1 −210−1], then the matrix AB is:
A
[1 −1100]
B
[15 −2−114]
C
[3 −249−20]
D
[1 −29−20]
Answer
[15 −2−114]
Explanation
Solution
First, compute B by transposing BT:
B=[1 10−2−1].
Now compute AB using matrix multiplication:
AB=[5 −210]⋅[1 10−2−1].
Perform the row-column multiplication:
First row:
[51]⋅[1 10]=(5)(1)+(1)(10)=5+10=15,
First row:
[51]⋅[−2 −1]=(5)(−2)+(1)(−1)=−10−1=−11.
Second row:
[−20]⋅[1 10]=(−2)(1)+(0)(10)=−2,
Second row:
[−20]⋅[−2 −1]=(−2)(−2)+(0)(−1)=4.
Thus, the resulting matrix is:
AB=[15 −2−114].
Hence, the correct answer is:
(2)[15 −2−114].