Inverse of a Matrix (Method 2)
![Two panels: general 2×2 formula A⁻¹ = (1/(ad−bc)) · [[d,−b],[−c,a]], and a worked example with A = [[4,3],[3,2]], det A = −1, A⁻¹ = [[−2,3],[3,−4]], verified A·A⁻¹ = I.](/i/i_assets/inverse%20of%20a%20matrix%20example%201a.gif)
Here are three ways to find the inverse of a matrix:
1. Shortcut for 2x2 matrices For , the inverse can be found using this formula: |
Example: |
Use Gauss-Jordan elimination to transform |
Example: The following steps result in . |
| so we see that . |
3. Adjoint method A-1 = (adjoint of A) or A-1 = (cofactor matrix of A)T |
Example: The following steps result in A-1 for . The cofactor matrix for A is , so the adjoint is . Since . |
See also
Key Formula
Where:
- = The square matrix whose inverse you want to find
- = The identity matrix of the same size as A
- = The inverse matrix, which appears on the right side after row reduction
