Inverse Matrix Calculator

Calculate the inverse of a 2×2 matrix with complex numbers using our accurate Inverse Matrix Calculator.

Matrix (2×2)
A1
A2
B1
B2
Inverse Matrix
-0.1 – 0.3i
0.2
0.3
0.1 + 0.3i
StepDescription
1Input matrix is [[1+i, 2], [3, 4-i]].
2For a 2×2 matrix [[a, b], [c, d]], the inverse is A⁻¹ = (1/det(A)) * [[d, -b], [-c, a]], where det(A) = a*d – b*c.
3Compute det(A) = (1+i)*(4-i) – 2*3 = (5+3i) – 6 = -1 + 3i.
4Compute 1/det(A) = 1/(-1+3i). Rationalize: ((-1-3i)/((-1+3i)(-1-3i))) = (-1-3i)/(10) = -0.1 – 0.3i.
5Form adjugate matrix: [[4-i, -2], [-3, 1+i]].
6Compute A⁻¹ = (-0.1-0.3i) * [[4-i, -2], [-3, 1+i]] = [[-0.1-0.3i, 0.2], [0.3, 0.1+0.3i]].
FinalInverse Matrix: [[-0.1-0.3i, 0.2], [0.3, 0.1+0.3i]].
Please enter valid complex numbers (e.g., ‘3+2i’, ‘-1-i’, ‘5’) in all fields, and ensure the matrix is invertible (det ≠ 0).

Inverse Matrix Calculator – Compute Matrix Inverses Instantly

Struggling with matrix inversion? Use our Inverse Matrix Calculator to compute the inverse of any square matrix in seconds—perfect for students, engineers, and data professionals.


Inverse Matrix Calculator – Compute Matrix Inverses Instantly

What is an Inverse Matrix Calculator?

An Inverse Matrix Calculator finds the inverse (A⁻¹) of a given square matrix A, such that:

mathematicaCopyEditA × A⁻¹ = I

Where I is the identity matrix.

This tool is essential for solving linear equations, finding transform matrices, performing matrix division, and more.


How to Use the Calculator

  1. Select matrix size (2×2, 3×3, 4×4, etc.)
  2. Enter all matrix elements
  3. Click “Calculate”

Instantly get:

  • The inverse matrix
  • Optional: original matrix determinant and verification that A × A⁻¹ = I

Why Use This Tool?

FeatureBenefit
📈 EducationalHelpful for homework, tests, and learning
🛠 Engineer-ReadyIdeal for signal processing, graphics, control systems
⚡ Instant OutputResults in real-time—no waiting
🆓 100% Free & OnlineNo sign-up, no ads, no limits
📱 Mobile-FriendlyWorks seamlessly across all devices

Who Should Use It?

This tool is perfect for:

  • 🧑‍🎓 Math students tackling linear algebra
  • 📊 Data scientists and programmers using matrix operations
  • 🔧 Engineers in robotics, 3D graphics, and control systems
  • 🧠 Anyone needing quick matrix inversions

FAQs

What if the matrix is singular (determinant = 0)?

No inverse exists for singular matrices. The tool will alert you.

What matrix sizes are supported?

You can compute inverses for 2×2, 3×3, 4×4, or larger matrices (depending on implementation).

Is it really free?

Absolutely—our calculator is always free to use online.


Related Calculator on Calculat.co.in