Matrix Calculator

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

Matrix Inputs

Set matrix dimensions and enter values for Matrix A and Matrix B.

Matrix A

Matrix B

Understanding Matrix Operations

1. Matrix Multiplication (A × B): Columns of Matrix A must equal Rows of Matrix B.
2. Determinant (Det A): Available for square matrices (n × n).
3. Rank of Matrix: Maximum number of linearly independent row or column vectors.

Frequently Asked Questions (FAQs)

A matrix is square if it has an equal number of rows and columns (e.g., 2×2, 3×3). Determinants and Inverses exist only for square matrices.