Q1. For A = [[2, 1], [3, 4]], find |A|.
|A| = ad − bc
= (2)(4) − (1)(3)
= 8 − 3 = 5
A matrix is just a rectangular array of numbers with its own algebra. Learn the operations and compute a determinant in one click.
Enter a 2×2 or 3×3 matrix to compute its determinant with the expansion step.
Q1. For A = [[2, 1], [3, 4]], find |A|.
|A| = ad − bc
= (2)(4) − (1)(3)
= 8 − 3 = 5
| Quantity | Formula |
|---|---|
| Product condition | Aₘₓₙ · Bₙₓₚ = Cₘₓₚ |
| 2×2 determinant | ad − bc |
| Transpose | (Aᵀ)ᵢⱼ = Aⱼᵢ |
When the number of columns of the first equals the number of rows of the second.
The matrix obtained by interchanging its rows and columns.
No — in general AB ≠ BA.
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.