Matrix determinant
Choose the size and enter the values.
Result
det([[1, 2], [3, 4]]) = −2.
Example
Compute the determinant of a 2x2 or 3x3 matrix.
det([[1, 2], [3, 4]]) = −2.
Processed locally in your browser.
Methodology
The determinant is computed with the standard expansion formula for the chosen size.
Related tools