Question: What is the determinant of J = [[1, 2], [3, 5]]? (2020)
Options:
Correct Answer: -1
Exam Year: 2020
Solution:
Det(J) = (1*5) - (2*3) = 5 - 6 = -1.