Perform matrix operations including addition, subtraction, multiplication, transpose, and determinant
Calculators
Calculator
How to Use
1Enter Matrix A with rows separated by newlines and values separated by commas (e.g., "1,2\n3,4")
2Enter Matrix B if the operation requires two matrices
3Select the desired operation
4Click Calculate to see the result matrix
Frequently Asked Questions
Enter each row on a new line, with values separated by commas. For example, a 2×2 matrix: "1,2" on the first line and "3,4" on the second line.
Matrix multiplication A×B is only possible when the number of columns in A equals the number of rows in B. For example, a 2×3 matrix can be multiplied by a 3×2 matrix.
The determinant is a scalar value that can be computed from a square matrix. It is used in solving linear equations, finding inverse matrices, and more. This calculator supports up to 3×3 determinants.
Transposing a matrix flips it over its diagonal, converting rows into columns and columns into rows. A 2×3 matrix becomes a 3×2 matrix after transposition.