Welcome to the ultimate Matrix Algebra Calculator, your go-to online tool for solving complex matrix problems with ease. Whether you're dealing with matrix addition, subtraction, multiplication, finding the determinant, or calculating the inverse of a matrix, our calculator simplifies linear algebra for students and professionals alike.
Formula:
This calculator allows you to perform various matrix operations using matrix A and matrix B:
- Matrix Addition: A + B
- Matrix Subtraction: A - B
- Matrix Multiplication: A ⋅ B (A columns must match B rows)
- Determinant: det(A) (for square matrices; 1x1, 2x2, 3x3 supported)
- Inverse: A⁻¹ (for square matrices with non-zero determinant; 2x2 supported)
Input Format: Enter matrix elements separated by spaces (for columns) and newlines (for rows).
Example for a 2x2 matrix:1 2
3 4