Question: What is the value of the determinant of the matrix [[1, 2], [3, 4]]?
Options:
Correct Answer: -2
Solution:
The determinant is calculated as (1*4) - (2*3) = 4 - 6 = -2.