The Matrix calculator can find the determinant, the inverse multiply matrices and put a matrix in reduced row echelon form.
Supported operations
| Operation | What it returns |
|---|---|
| Determinant | The determinant of Matrix A is a number that tells you something about Matrix A. |
| Inverse | The Matrix calculator gives you the inverse of Matrix A when it is possible to find the inverse of Matrix A. |
| Multiply | The Matrix calculator gives you the product of Matrix A and Matrix B when you multiply Matrix A and Matrix B. |
| RREF | The Matrix calculator puts Matrix A in reduced row echelon form. |
Example determinant
Let us say you have a matrix, like this:
To find the determinant of Matrix A you do this: you multiply the top left and bottom numbers and then subtract the product of the top right and bottom left numbers. So the determinant of Matrix A is:
The determinant of Matrix A is -2.
Tips
-
You can use numbers or negative numbers in the Matrix calculator.
-
If the determinant of Matrix A is zero then Matrix A is singular and the Matrix calculator cannot find the inverse of Matrix A.
-
The reduced row echelon form of Matrix A is useful when you want to check if a system of linear equations has a solution.
Sources and further reading
- Wolfram MathWorld: Determinant - definition of the determinant, including the ad - bc rule shown in the 2x2 example.
- Wolfram MathWorld: Matrix Inverse - the inverse exists only when the determinant is nonzero, which is why a singular matrix has no inverse.
- Wolfram MathWorld: Matrix Multiplication - the row-by-column rule used to multiply Matrix A and Matrix B.
- Wolfram MathWorld: Reduced Row Echelon Form - definition of RREF and its use in solving and checking linear systems.
- MIT OpenCourseWare 18.06 Linear Algebra (Gilbert Strang) - free lectures and notes covering determinants, inverses, matrix products, and elimination.
FAQs
This calculator supports 2x2 and 3x3 square matrices.
The calculator reports that the matrix is singular instead of returning an invalid inverse.