Question: If H = [[1, 2, 3], [0, 1, 4], [5, 6, 0]], find the determinant of H. (2022)
Options:
Correct Answer: -24
Exam Year: 2022
Solution:
Using the determinant formula for 3x3 matrices, det(H) = 1(1*0 - 4*6) - 2(0 - 4*5) + 3(0 - 1*5) = 0 - 40 - 15 = -55.