Matrix Calculator

Compute matrix operations from 1x1 to 6x6. Add, subtract, multiply, raise to a power, transpose, or find determinants and inverses with clear results.

Loading calculator...

Matrix operations explained

Matrix addition and subtraction combine corresponding cells from two matrices of the same size. The result preserves the original dimensions.

Matrix multiplication combines rows and columns to produce a new matrix. The number of columns in Matrix A must match the number of rows in Matrix B.

The determinant is a single value that indicates whether a square matrix is invertible. A determinant close to zero means the matrix is singular.

The inverse matrix undoes a linear transformation, while the transpose flips rows and columns. Matrix powers apply multiplication repeatedly, with exponent 0 returning the identity matrix.

Matrix calculator FAQs