458,426 views
35 votes
35 votes
Find the determinant and state whether the matrix has an inverse.

Find the determinant and state whether the matrix has an inverse.-example-1
User Bouncyball
by
2.8k points

1 Answer

16 votes
16 votes

Answers:

  • determinant = 4
  • the matrix inverse does exist

===================================================

Step-by-step explanation:

When given this template 2x2 matrix


\begin{bmatrix}a&b\\c&d\end{bmatrix}

The determinant is a*d-b*c

We multiply the diagonal entries, then subtract the products. This applies to 2x2 matrices only.

In this case we have:

  • a = 13
  • b = 3
  • c = 16
  • d = 4

So this particular determinant is:

a*d - b*c = 13*4 - 3*16 = 52 - 48 = 4

The determinant is 4

The nonzero determinant tells us that the matrix inverse does exist.

If the determinant was zero, then the matrix inverse would not exist. This is because the inverse involves the factor
\frac{1}{\text{determinant}}. Recall that dividing by zero is not allowed.

User Mtk
by
3.4k points