Enter square matrix dimensions, generate input matrix $A$, fill values, and calculate inverse using augmented matrix $[A | I]$.
Matrix entries can be real or complex, e.g. 3+2i, -1/2-i, 0.2i, etc.
(Matrix must be square)
For a square matrix $A$, the inverse $A^{-1}$ satisfies:
$ A \cdot A^{-1} = A^{-1} \cdot A = I $
Existence:
Computing via Gauss-Jordan:
Form the augmented matrix $[A | I]$ and row-reduce to $[I | A^{-1}]$
Properties:
Enter the matrix size and click Generate Matrix to create an n×n input grid.
Kapita, S. (2026). Find the Matrix Inverse. Math Tools. https://doi.org/10.5281/zenodo.20981241
Kapita, Shelvean. "Find the Matrix Inverse." Math Tools, 2026, doi.org/10.5281/zenodo.20981241.
@online{kapita2026inversematrix,
author = {Shelvean Kapita},
title = {{Find the Matrix Inverse}},
year = {2026},
organization = {Math Tools},
doi = {10.5281/zenodo.20981241},
url = {https://doi.org/10.5281/zenodo.20981241}
}