Tip: Paste CSV or tab-separated values with the "Paste CSV" button.
Inverse Matrix A−1
Validation
Example 3×3 matrix. Click to load into the calculator.
| 2 | -1 | 0 |
| -1 | 2 | -1 |
| 0 | -1 | 2 |
We form the augmented matrix [A | I] and apply elementary row operations to reach [I | A−1]. Operations include row swaps, scaling a row by a nonzero scalar, and adding a multiple of one row to another.
- Partial pivoting selects the largest available pivot in each column to improve numerical stability.
- Invertibility requires a nonzero determinant. Near-zero pivots signal ill-conditioning or singularity.
- Complexity is O(n³). Residuals and a crude condition estimate are reported after inversion.
- Fraction display uses rational approximation for readability, not symbolic exact arithmetic.
- Set the dimension (up to 12) and preferred precision.
- Enter values directly, paste CSV, or load the example.
- Choose pivoting strategy. Partial is recommended.
- Pick a display: Auto, Fixed, Exponential, or Fraction.
- For Fraction, adjust Max Denominator to simplify results.
- Click Compute Inverse. Review steps and validation.
- Download the inverse as CSV or a PDF report.