Answers:
- determinant = 4
- the matrix inverse does exist
===================================================
Step-by-step explanation:
When given this template 2x2 matrix
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:
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
. Recall that dividing by zero is not allowed.