๐ข 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
- Choose the matrix size (2ร2 or 3ร3).
- Enter values into each cell of matrix A (and matrix B, unless computing the determinant).
- 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.