Question 184667
How Do I find the determinant?
Say your matrix was:
a  b
c  d
.
Then your determinant is:
(ab) - (bc)
.
In your case:
4 -3
-1 -2
determinant:
(4)(-2) - (-1)(-3)
(-8) - (3)
-11 (answer)