Chapter 7: Problem 11
Either compute the inverse of the given matrix, or else show that it is singular. \(\left(\begin{array}{cc}{3} & {-1} \\ {6} & {2}\end{array}\right)\)
Short Answer
Step by step solution
Key Concepts
These are the key concepts you need to understand to accurately answer the question.
Determinant Calculation
This number helps us determine whether a matrix is invertible or singular.
- If the determinant is zero, the matrix is singular, meaning it does not have an inverse.
- If the determinant is not zero, the matrix is non-singular, meaning it has an inverse.
Adjugate Matrix
Here’s how you find the adjugate:
- Swap the positions of \(a\) and \(d\).
- Change the signs of \(b\) and \(c\).
2x2 Matrix Inverse
The formula for the inverse of a 2x2 matrix \(\begin{pmatrix} a & b \ c & d \end{pmatrix}\) is:\[\frac{1}{ad-bc} \begin{pmatrix} d & -b \ -c & a \end{pmatrix}\]In this exercise, the inverse of the matrix \(\begin{pmatrix} 3 & -1 \ 6 & 2 \end{pmatrix}\) involves these steps:
- Use the determinant (12) for scaling.
- Apply the adjugate matrix \(\begin{pmatrix} 2 & 1 \ -6 & 3 \end{pmatrix}\).
- Multiply each element of the adjugate by \(\frac{1}{12}\).