Question: Calculate the determinant of H = [[3, 2], [1, 4]]. (2021)
Options:
Correct Answer: 10
Exam Year: 2021
Solution:
Determinant of H = (3*4) - (2*1) = 12 - 2 = 10.