Question: If G = [[1, 1], [1, -1]], find det(G). (2022)
Options:
Correct Answer: 1
Exam Year: 2022
Solution:
Determinant of G = (1*-1) - (1*1) = -1 - 1 = -2.