Matrix Inverse Calculator (2×2)
Calculate the inverse of a 2×2 matrix.
About Matrix Inverse Calculator (2×2)
The inverse of a 2×2 matrix exists only when the determinant is non-zero. Multiply the adjugate by 1/det.
$$A^{-1} = \frac{1}{ad-bc}\begin{pmatrix} d & -b \\ -c & a \end{pmatrix}$$
How to use this calculator
- Enter the four entries of the \(2\times 2\) matrix in row order.
- Check the determinant, which is \(ad-bc\).
- If the determinant is \(0\), the matrix has no inverse.
- If the determinant is not \(0\), the calculator returns the inverse and shows the steps.
The formula explained
For a \(2\times 2\) matrix \(A=\begin{pmatrix}a & b \ c & d\end{pmatrix}\), the formula finds the matrix that multiplies with \(A\) to give the identity matrix. It works only when \(ad-bc\neq 0\).
- a = top left entry of the matrix
- b = top right entry of the matrix
- c = bottom left entry of the matrix
- d = bottom right entry of the matrix
- ad-bc = the determinant of the matrix
- \(A^{-1}\) = the inverse of matrix \(A\)
Step by step method
- Write the matrix as \(A=\begin{pmatrix}a & b \ c & d\end{pmatrix}\).
- Compute the determinant \(ad-bc\). If it is \(0\), stop because the inverse does not exist.
- Swap \(a\) and \(d\), change the signs of \(b\) and \(c\), then divide every entry by \(ad-bc\).
Worked example
Problem. Find the inverse of \(\begin{pmatrix}2 & 5 \ 1 & 3\end{pmatrix}\).
- Compute the determinant, \(ad-bc=(2)(3)-(5)(1)=6-5=1\).
- Swap \(2\) and \(3\), and change the signs of \(5\) and \(1\), giving \(\begin{pmatrix}3 & -5 \ -1 & 2\end{pmatrix}\).
- Divide each entry by \(1\), so the inverse is \(\begin{pmatrix}3 & -5 \ -1 & 2\end{pmatrix}\).
Answer. \(\begin{pmatrix}3 & -5 \ -1 & 2\end{pmatrix}\)
Tips and common mistakes
- If the determinant is \(0\), there is no inverse, so the calculator will not give one.
- A common mistake is forgetting to change the signs of \(b\) and \(c\) before dividing by the determinant.
Frequently asked questions
How do I find the inverse of a 2x2 matrix with this calculator?+
Enter the four entries of the matrix in row order, then calculate. The tool applies the 2x2 inverse formula, which uses the determinant ad minus bc, and it shows the result step by step.
What does the formula for a 2x2 matrix inverse mean?+
For a matrix A = [[a, b], [c, d]], the inverse is 1 divided by the determinant times [[d, -b], [-c, a]]. The determinant, ad - bc, tells you whether the inverse exists and it also scales the result.
What happens if the determinant is 0?+
If ad - bc = 0, the matrix has no inverse, so the calculator cannot produce one. This means the rows or columns are linearly dependent, so the matrix is singular.
Can you show how the calculator interprets a sample matrix?+
For [[1, 2], [3, 4]], the determinant is 1·4 - 2·3 = -2. The inverse is then 1/(-2) times [[4, -2], [-3, 1]], which simplifies to [[-2, 1], [1.5, -0.5]].
How is an inverse matrix different from a determinant or a transpose?+
The determinant is a single number that helps you check whether an inverse exists, while the transpose just swaps rows and columns. The inverse is a new matrix that, when multiplied by the original, gives the identity matrix.
More Mathematics Tools
Explore related calculators in this category
You Might Also Like
Popular tools from other categories
.htaccess Generator
Generate common .htaccess rules, force HTTPS, www redirect, and caching, with checkboxes.
1031 Exchange Calculator - Free Online
Free Calculate tax deferral in a 1031 exchange. Step-by-step solutions and formulas included. Fast, accurate, and free, with formula and example.
4% Rule Calculator
Find the retirement nest egg you need using the 4% safe-withdrawal rule.
70% Rule Calculator
Calculate max offer using the 70% rule for flips.
Can't Find the Right Calculator?
Try our AI Math Solver, type any problem in plain English and get instant step-by-step solutions.