The determinant of a 2x2 matrix is calculated as follows:
$$\text{det}(A) = ad - bc$$
where a, b, c, and d are the elements of the matrix. In this case, a = 5, b = 3, c = 4, and d = 2. So, the determinant is:
$$\text{det}(A) = 5*2 - 3*4 = 10 - 12 = -2$$
Show more…