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