Please help! Correct answer only, please! Given matrix A and B both have dimensions 2 x 2 and are the inverse of one another what should be the following product? A · B A. B. C. D.
![Please help Correct answer only please Given matrix A and B both have dimensions 2 x 2 and are the inverse of one another what should be the following product A class=](https://us-static.z-dn.net/files/ded/50beb71059de6d50ffa918bd341d8e42.jpg)
Answer:
Option B.
Step-by-step explanation:
Let the two matrix A and [tex]A^{-1}[/tex] are,
A = [tex]\begin{bmatrix}4 & 3\\ 3 & 2\end{bmatrix}[/tex] and [tex]A^{-1}[/tex] = [tex]\frac{1}{(-1)}[/tex][tex]\begin{bmatrix}2 &-3\\-3 & 4\end{bmatrix}[/tex]
Therefore, [tex]A^{-1}[/tex] = [tex]\begin{bmatrix}-2 & 3\\3 & -4\end{bmatrix}[/tex]
Now [tex]A.A^{-1}[/tex] = [tex]\begin{bmatrix}4 & 3\\ 3 & 2\end{bmatrix}.\begin{bmatrix}-2 & 3\\3 & -4\end{bmatrix}[/tex]
= [tex]\begin{bmatrix}(-8+9) & (12-12)\\(-6+6) & (9-8)\end{bmatrix}[/tex]
= [tex]\begin{bmatrix}1 & 0\\0 & 1\end{bmatrix}[/tex]
Therefore, Option (B) will be the answer.