Calculatorism

Matrix Calculator

Compute the determinant and inverse of a 2×2 or 3×3 matrix.

Input Data

Results

10
[0.6, -0.7] [-0.2, 0.4]
det = 10

At a glance:The determinant is a scalar telling whether a matrix is invertible; the inverse A⁻¹ satisfies A·A⁻¹ = I. 2×2 has a simple formula; 3×3 uses cofactors. det=0 means no inverse.

Formula

2×2: det = ad − bc; A⁻¹ = (1/det)·[[d,−b],[−c,a]].

det=0 ⇒ no inverse.

How to Use

  1. Pick a size.
  2. Fill the elements.
  3. Read determinant and inverse.

FAQ

Non-square matrices?

This tool handles only square 2×2 and 3×3 matrices.

Why no inverse sometimes?

A matrix with determinant 0 is singular and has no inverse.

Related Tools

References

Content review: Calculatorism Science Team. Results are for reference only.

Found a problem with the results?

If this calculator's result is wrong, or you have any question about the calculation logic, please let us know. You are viewing:Matrix Calculator/math/matrix)。