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
- 1Enter the matrices in bracket form.
- 2Follow each row operation.
- 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]].
Continue with a related solver
Linear algebra
Structured working for the linear algebra problems that usually lose marks in the middle steps.
System of equations
Enter every equation on its own line and follow the elimination or substitution through to the solution.
Eigenvalue
The characteristic polynomial, its roots, and each eigenvector worked out in full.
Looking for the formulas instead? Browse the formula reference.