58.1k views
5 votes
Which pair of matrices are inverses of each another?

Which pair of matrices are inverses of each another?-example-1
Which pair of matrices are inverses of each another?-example-1
Which pair of matrices are inverses of each another?-example-2
Which pair of matrices are inverses of each another?-example-3
Which pair of matrices are inverses of each another?-example-4
User Optionsix
by
6.4k points

2 Answers

6 votes

Answer:

The last one, or (D). Just got it correct :)

User Lvarayut
by
6.8k points
2 votes
if we put symbols for the numbers in the first matrix

\left[\begin{array}{ccc}a&b\\c&d\\\end{array}\right]
to find the inverse of the first matrix
first we need to find the determinant (D)
D = ad - bc
a = 2, b = 3 , c = 6 and d = 8
D = 2x8 - 3x6
= 16 - 18
= -2
then to find the inverse we have to exchange a and d and also multiply b and c by -1
and divide all the terms in the matrix by determinant
inverse matrix is then

\left[\begin{array}{ccc} (8)/(-2) & (-3)/(-2) \\ (-6)/(-2) & (2)/(-2) \\\end{array}\right]
simplified matrix, the answer of inverse matrix is

\left[\begin{array}{ccc}-4& (3)/(2) \\3&-1\\\end{array}\right]

User Gerrod
by
5.7k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.