Q1. Evaluate the determinant [[1, 2], [3, 4]].
|A| = ad − bc
= (1)(4) − (2)(3)
= 4 − 6 = −2
The determinant tells you if a matrix is invertible and much more. Compute any 2×2 or 3×3 determinant instantly.
Enter a 2×2 or 3×3 matrix and read off its determinant, with the expansion.
Q1. Evaluate the determinant [[1, 2], [3, 4]].
|A| = ad − bc
= (1)(4) − (2)(3)
= 4 − 6 = −2
| Quantity | Formula |
|---|---|
| 2×2 determinant | |A| = ad − bc |
| Inverse | A⁻¹ = adj(A) / |A| |
| Area of triangle | ½ |determinant of coordinates| |
| Singular matrix | |A| = 0 ⇒ no inverse |
For [[a, b], [c, d]], the determinant is ad − bc.
When its determinant is non-zero; then A⁻¹ = adj(A)/|A|.
The matrix is singular — it has no inverse (and the rows/columns are linearly dependent).
Hi! Found an error or have a suggestion? Let us know and we'll fix it.
Thanks! Your feedback has been sent. We'll look into it.