NBNumbarn

Matrix Calculator

Adjust the inputs below. Results update as you type.

How it works

Matrix multiplication: (AB)ᵢⱼ = Σ Aᵢₖ Bₖⱼ—not commutative (AB ≠ BA generally). Determinant of 2×2: ad − bc. Inverse exists only when det ≠ 0. Gauss-Jordan elimination finds the inverse by row-reducing [A|I] to [I|A⁻¹]. Matrices model linear transformations, solve systems of equations, and represent adjacency in graph theory.

Related calculators