Question: Calculate the determinant of D = [[4, 2], [3, 1]]. (2020)
Options:
Correct Answer: -2
Exam Year: 2020
Solution:
Determinant of D = (4*1) - (2*3) = 4 - 6 = -2.