Question: Calculate the determinant of the matrix [[1, 2], [3, 4]].
Options:
Correct Answer: -2
Solution:
Determinant = (1*4) - (2*3) = 4 - 6 = -2.