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