Question: What is the determinant of the matrix G = [[2, 4], [1, 3]]? (2021)
Options:
Correct Answer: 2
Exam Year: 2021
Solution:
The determinant of G is (2*3) - (4*1) = 6 - 4 = 2.