Question: If F = [[1, 0], [0, 1]], what is F^(-1)?
Options:
Correct Answer: [[1, 0], [0, 1]]
Solution:
The inverse of the identity matrix F is itself, so F^(-1) = F.