Question: Find the determinant of F = [[4, 3], [2, 1]]. (2018)
Options:
Correct Answer: -2
Exam Year: 2018
Solution:
Det(F) = (4*1) - (3*2) = 4 - 6 = -2.