Question: For the matrix E = [[1, 2], [2, 4]], what is the determinant? (2021)
Options:
Correct Answer: 0
Solution:
Determinant of E = (1*4) - (2*2) = 4 - 4 = 0.