Easily perform fundamental matrix operations with our online calculator. From adding and subtracting matrices to multiplying, finding the transpose, or calculating the determinant (for 2x2 and 3x3 matrices), simplify your linear algebra tasks instantly. Just input your matrices and select an operation!
Formula:
This calculator supports the following basic matrix operations:
- Matrix Addition (A + B): Element-wise sum. Requires matrices A and B to have identical dimensions (m × n).
- Matrix Subtraction (A - B): Element-wise difference. Requires matrices A and B to have identical dimensions (m × n).
- Matrix Multiplication (A × B): Dot product of rows and columns. If A is m × n, B must be n × p. The result will be m × p.
- Matrix Transpose (AT): Rows become columns. If A is m × n, AT will be n × m.
- Matrix Determinant (det(A)): Scalar value for square matrices (2x2 and 3x3 only).
Input matrix elements separated by spaces or commas, and rows by newlines.