Choose an operation
Matrix workspace
Result
A × B
How it was calculated
- 1.The inner dimensions match (2), so the result is 2 × 2.
- 2.First entry: 1 × 5 + 2 × 7 = 19.
- 3.Repeat the row-by-column dot product for every result entry.
A matrix calculator performs operations on grids of numbers, including addition, multiplication, determinants, inverses, transposes, and row reduction. Enter matrices up to 5 × 5 to get an instant result with readable steps.
Choose an operation
Result
How it was calculated
Use identical dimensions and combine entries in matching positions.
The first matrix's column count must match the second matrix's row count.
These operations require a square matrix. An inverse also requires a nonzero determinant.
Swap, scale, and combine rows until every pivot is the only nonzero value in its column.
A matrix calculator performs operations on rectangular arrays of numbers, including addition, multiplication, determinants, inverses, transposes, and row reduction.
Matrix A can multiply Matrix B when the number of columns in A equals the number of rows in B. The result has A's rows and B's columns.
Only square matrices with a nonzero determinant have an inverse. A matrix with determinant zero is singular and cannot be inverted.
Reduced row echelon form uses row operations so every leading entry is 1 and is the only nonzero value in its column.
This browser calculator supports matrices from 1 × 1 through 5 × 5, which keeps step-by-step row operations readable.