Question: For the matrix J = [[1, 2, 3], [0, 1, 4], [5, 6, 0]], find the determinant. (2023)
Options:
Correct Answer: -24
Exam Year: 2023
Solution:
Using the determinant formula, det(J) = 1*(1*0 - 4*6) - 2*(0*0 - 4*5) + 3*(0*6 - 1*5) = 1*(-24) - 2*(-20) + 3*(-5) = -24 + 40 - 15 = 1.