Step 1:
To find the inverse of a 2x2 matrix, we use the formula for the inverse of a matrix \(\begin{array}{cc} a & b \\ c & d \end{array}\), which is given by:
\[
A^{-1} = \frac{1}{ad - bc} \begin{array}{cc} d & -b \\ -c & a \end{array}
\]
Show more…