Solve · Check · Learn

Matrix Calculator With Steps

Every row operation is shown so you can reproduce the reduction by hand.

Try:

What this matrix solver is designed for

  • Matrix addition and multiplication
  • Determinants and inverses
  • Row reduction to RREF
  • Rank and solving linear systems

How to use it

  1. 1Enter the matrices in bracket form.
  2. 2Follow each row operation.
  3. 3Read the final matrix or scalar.

Matrix problems to try

[[1,2],[3,4]] * [[0,1],[1,0]]det [[2,1],[5,3]]inverse of [[4,7],[2,6]]

Matrix solver FAQ

How should I type a matrix?
Use nested brackets with rows separated by commas, for example [[1,2],[3,4]].