Step 1: Understanding the Question:
Compute (AB)⁻¹ for given matrices A (2×3) and B (3×2).
Step 2: Key Formula or Approach:
Multiply matrices, then for a 2×2 matrix M, M⁻¹ = (1/|M|)·adj(M).
Step 3: Detailed Explanation:
AB = [[–5,6],[–4,5]]. Determinant = (–5)(5)–(6)(–4) = –25+24 = –1. Adjoint = [[5,–6],[4,–5]]. Inverse = (1/–1)·adj = [[–5,6],[–4,5]].
Step 4: Final Answer:
(AB)⁻¹ = [[–5,6],[–4,5]], matching option (C).