Matrix Calculator

Perform matrix operations including addition, subtraction, multiplication, determinant, inverse, and transpose.

Operation
Matrix A

Enter values separated by spaces, one row per line

Matrix B
Matrix Operations Guide
  • Addition/Subtraction: Matrices must have same dimensions
  • Multiplication: Columns of A must equal rows of B
  • Determinant: Only for square matrices
  • Inverse: Only for square matrices with non-zero determinant
  • Transpose: Works on any matrix (rows become columns)

Related Calculators