To find the inverse of a 2x2 matrix \( A = \begin{pmatrix} a & b \\ c & d \end{pmatrix} \), we use the formula:
\(A^{-1} = \frac{1}{ad - bc} \begin{pmatrix} d & -b \\ -c & a \end{pmatrix}\)
Let's apply this formula to the given matrix \( A = \begin{pmatrix} 1 & 2 \\ 3 & 4 \end{pmatrix} \).
\(\text{det}(A) = (1)(4) - (2)(3) = 4 - 6 = -2\)
\(A^{-1} = \frac{1}{-2} \begin{pmatrix} 4 & -2 \\ -3 & 1 \end{pmatrix}\)
Calculate each element in the inverse matrix:
So, the inverse of \( A \) is:
| \( A^{-1} = \begin{pmatrix} -2 & 1 \\ \frac{3}{2} & -\frac{1}{2} \end{pmatrix} \) |
Therefore, the correct option is: