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