Matrix Calculator

Calculate 2x2 and 3x3 matrix determinants, inverses, products, and reduced row echelon form.

By Mateo Díaz · Last updated: June 16, 2026

Matrix calculator

Matrix A

Determinant
-2

Formula

A1,det(A),A×B,rref(A)A^{-1},\det(A),A\times B,\operatorname{rref}(A)

The calculator applies standard finite-dimensional matrix operations to 2x2 or 3x3 numeric matrices.

Guide

The Matrix calculator can find the determinant, the inverse multiply matrices and put a matrix in reduced row echelon form.

Supported operations

OperationWhat it returns
DeterminantThe determinant of Matrix A is a number that tells you something about Matrix A.
InverseThe Matrix calculator gives you the inverse of Matrix A when it is possible to find the inverse of Matrix A.
MultiplyThe Matrix calculator gives you the product of Matrix A and Matrix B when you multiply Matrix A and Matrix B.
RREFThe Matrix calculator puts Matrix A in reduced row echelon form.

Example determinant

Let us say you have a matrix, like this:

A=[1234]A=\begin{bmatrix}1&2\\3&4\end{bmatrix}

To find the determinant of Matrix A you do this: you multiply the top left and bottom numbers and then subtract the product of the top right and bottom left numbers. So the determinant of Matrix A is:

(1)(4)(2)(3)=2(1)(4)-(2)(3)=-2

The determinant of Matrix A is -2.

Tips

  • You can use numbers or negative numbers in the Matrix calculator.

  • If the determinant of Matrix A is zero then Matrix A is singular and the Matrix calculator cannot find the inverse of Matrix A.

  • The reduced row echelon form of Matrix A is useful when you want to check if a system of linear equations has a solution.

Sources and further reading

FAQs

This calculator supports 2x2 and 3x3 square matrices.

The calculator reports that the matrix is singular instead of returning an invalid inverse.