Determinant is a scalar value derived from a square matrix. It is used to determine invertibility, solutions of equations, and area/volume calculations.
Key Concepts:
- Determinant of 2×2 matrix: ∣A∣=acbd=ad−bc
- Determinant of 3×3 matrix (Sarrus Rule or cofactor expansion)
- Properties:
- If rows/columns are swapped → sign changes
- If a row/column is multiplied by k → determinant multiplied by k
- If two rows/columns are identical → determinant = 0
- Applications: Solving linear equations (Cramer’s Rule), Eigenvalues, Area/Volume
Example Problem:A=[1324],∣A∣=1×4−2×3=−2