Understanding Matrix Determinants
2×2: det = a*d - b*c
3×3: Cofactor expansion along the first row
Properties
- A matrix is invertible if and only if its determinant is non-zero
- det(AB) = det(A) × det(B)
- Swapping two rows changes the sign of the determinant