Question: If C = [[0, 1], [1, 0]], what is det(C)? (2022)
Options:
Correct Answer: -1
Solution:
Determinant of C = (0*0) - (1*1) = 0 - 1 = -1.