Matrix Determinant Calculator (2×2 and 3×3)
Formula
A = \begin{pmatrix} {{a11}} & {{a12}} \\ {{a21}} & {{a22}} \end{pmatrix}
A = \begin{pmatrix} {{a11}} & {{a12}} & {{a13}} \\ {{a21}} & {{a22}} & {{a23}} \\ {{a31}} & {{a32}} & {{a33}} \end{pmatrix}
Inputs
| Matrix Size | 3×3 |
|---|---|
| Row 1, col 1 | 1 |
| Row 1, col 2 | 2 |
| Row 1, col 3 | 3 |
| Row 2, col 1 | 0 |
| Row 2, col 2 | 1 |
| Row 2, col 3 | 4 |
| Row 3, col 1 | 5 |
| Row 3, col 2 | 6 |
| Row 3, col 3 | 0 |
Matrix Determinant Calculator (2×2 and 3×3)
Inputs
A = \begin{pmatrix} {{a11}} & {{a12}} & {{a13}} \\ {{a21}} & {{a22}} & {{a23}} \\ {{a31}} & {{a32}} & {{a33}} \end{pmatrix}
Results
Enter a value to see results.
Determinant
\begin{aligned} \det A &= a_{11}M_{11} - a_{12}M_{12} + a_{13}M_{13} \\ &= \left(1\right)\left({\text{?}}\right) - \left(2\right)\left({\text{?}}\right) + \left(3\right)\left({\text{?}}\right) \\ &= ? \end{aligned}
Recommended Next
Matrix Multiplication Calculator (2×2 and 3×3)
Multiply two square matrices. Enter entries for 2×2 or 3×3 matrices A and B to compute the product A·B, with a live matrix visualization.