Question: If J = [[1, 2], [2, 4]], what is det(J)? (2022)
Options:
Correct Answer: 0
Exam Year: 2022
Solution:
Det(J) = (1*4) - (2*2) = 4 - 4 = 0.