1. Inverting a 2×2 matrix with small positive integers
Problem
Identify each entry by position: and form the first row, and form the second row.
Calculate the determinant using ; this value becomes the denominator in the inverse formula.
Apply the formula: swap and to opposite corners (2 and 2), negate and (giving and ).
Simplify by dividing each entry by 1, which leaves the entries unchanged.
Answer:
A determinant of 1 is ideal because it avoids fractions. Verify by computing to confirm the inverse is correct.