๐Ÿ”ข Matrix Calculator

A
B
0000

Enter two 2ร—2 or 3ร—3 matrices and calculate their sum, difference, or product, or find the determinant of matrix A. Useful for checking linear algebra homework or verifying matrix calculations.

How to use

  1. Choose the matrix size (2ร—2 or 3ร—3).
  2. Enter values into each cell of matrix A (and matrix B, unless computing the determinant).
  3. Choose an operation (A+B, Aโˆ’B, Aร—B, or det(A)) โ€” the result is calculated automatically.

FAQ

What is a determinant?

It's a single number computed from a square matrix that captures certain properties of it. A determinant of 0 means the matrix has no inverse (it's singular).

Does this support 4ร—4 or larger matrices?

No, the current version only supports 2ร—2 and 3ร—3 matrices.

Does this calculate the inverse of a matrix?

No, the current version only supports addition, subtraction, multiplication, and the determinant.