Matrix Calculator

Check small-matrix arithmetic fast: add, subtract, multiply, transpose, find determinants, and invert 1x1 to 3x3 numeric matrices.

How It Works

Formula

A+B=[aij+bij]A + B = [a_{ij} + b_{ij}]

AB=[k=1naikbkj]AB = \left[\sum_{k=1}^{n} a_{ik} b_{kj}\right]

det[abcd]=adbc\det\begin{bmatrix} a & b \\ c & d \end{bmatrix} = ad - bc

A1=1det(A)adj(A)A^{-1} = \frac{1}{\det(A)}\operatorname{adj}(A)

AT=[aji]A^T = [a_{ji}]

Frequently Asked Questions

Related Calculators

All calculators

Ready to Calculate?

Free calculators.