Matrix Inverse Calculator

Free Client-Side Step-by-Step

Calculate the inverse of any square invertible matrix using Gauss-Jordan elimination. [A|I] → [I|A⁻¹]. 100% client-side—no data sent to servers. Supports 2×2 to 6×6.

Matrix Input
Supports 2×2 up to 6×6 matrices
One row per line, space or comma separated
Quick Presets
Inverse Matrix Result
Enter an invertible square matrix and click "Calculate Inverse" to see the result.
Step-by-Step Solution
Detailed Gauss-Jordan elimination steps will appear here.

Exam-Style Practice

About This Matrix Inverse Tool & Methodology

The inverse A⁻¹ satisfies A × A⁻¹ = I. This tool uses Gauss-Jordan elimination on [A|I] to produce [I|A⁻¹]. A matrix is singular (no inverse) when det(A)=0. All calculations run client-side—no data stored.

Authorship & Expertise

  • Author: Anish Nath
  • Background: Math and developer tools for education
  • Method: Gauss-Jordan elimination

Trust & Privacy

  • Privacy: All calculations run locally; no data stored
  • Client-side: Your matrices never leave your device
  • Support: @anish2good

Matrix Inverse: FAQ

How do I find the inverse of a matrix?

Enter your square matrix and click Calculate. The tool performs Gauss-Jordan elimination on the augmented matrix [A | I] until it reaches [I | A⁻¹]. If det(A) = 0 at any point, the matrix is singular and has no inverse.

When does a matrix not have an inverse?

A matrix is non-invertible (singular) when det(A) = 0. This typically happens when rows or columns are linearly dependent, or rank(A) < n for an n×n matrix.

What sizes and checks are supported?

This calculator supports 2×2 up to 6×6 matrices. It includes optional verification that A × A⁻¹ = I, and shows intermediate Gauss-Jordan steps.

When does a matrix have no inverse?

A square matrix has no inverse when its determinant is zero (singular). This happens when rows are linearly dependent, the matrix has a zero row/column, or rank(A) < n. Non-square matrices never have a standard inverse.

Support This Free Tool

Every coffee helps keep the servers running. Every book sale funds the next tool I'm dreaming up. You're not just supporting a site — you're helping me build what developers actually need.

500K+ users
200+ tools
100% private
Privacy Guarantee: Private keys you enter or generate are never stored on our servers. All tools are served over HTTPS.