Question: What is the determinant of the identity matrix I = [[1, 0], [0, 1]]? (2021)
Options:
Correct Answer: 1
Solution:
Det(I) = (1*1) - (0*0) = 1 - 0 = 1.