Free Online Matrix Calculator
A matrix calculator computes the determinant, transpose, or product of small 2×2 and 3×3 square matrices — the core operations of intro linear algebra.
Your data is processed entirely in your browser and never sent to any server.
How to Use This Calculator
- Choose 2×2 or 3×3 from the size selector.
- Pick the operation: determinant, transpose, or A × B.
- Fill in matrix A (and matrix B for multiplication).
- Read the scalar (determinant) or grid (transpose / product) result.
What Is a Matrix Calculator?
Matrices represent linear transformations, systems of equations, and grid-shaped data. For 2×2 and 3×3 square matrices the three most common operations are: determinant (a scalar summary, zero when the matrix is singular), transpose (rows become columns), and matrix product (composition of two transformations).
This tool focuses on 2×2 and 3×3 because they cover almost all undergraduate course exercises, classical-mechanics problems, and 2D/3D graphics math. Determinant uses the direct ad − bc formula for 2×2 and cofactor expansion along the first row for 3×3. Multiplication follows the standard row-by-column dot-product rule and only operates on matrices of the same size.
All entries can be decimals including negatives. Determinant prints as a single scalar; transpose and product render as a clean grid below the inputs.
Frequently Asked Questions
What matrix operations are supported?
What's matrix multiplication order?
When is a matrix invertible?
Published by the WeGotEveryTool team. We build and test every tool in-house and update pages when the underlying spec, formula, or recommendation changes.
Reviewed: May 2026. Disclaimer: this tool is provided as-is for general informational use. For decisions with material consequences (medical, legal, financial, security) verify results against a qualified professional source.
Related Math & Calculators
Full-featured scientific calculator with trig, log, exponents, and more. Use it free in your browser.
Solve quadratic equations using the quadratic formula. Find real and complex roots for ax² + bx + c = 0.
Calculate the missing side of a right triangle using a² + b² = c². Solve for hypotenuse or either leg.
Perform binary arithmetic: add, subtract, multiply, and divide binary numbers. See results in binary, decimal, and hex.
Perform hexadecimal arithmetic and convert between hex, decimal, and binary. Essential for programming and web colors.