Question: If F = [[2, 0], [0, 3]], what is det(F)? (2020)
Options:
Correct Answer: 6
Exam Year: 2020
Solution:
The determinant of F is calculated as (2*3) - (0*0) = 6.