Chapter 4
Chapter 4
1. Definition of Determinants
The determinant is a scalar value associated with a square matrix that provides
important information about the matrix, such as whether it is invertible.
2. Determinant of a 2 × 2 Matrix
Det(A)=ad−bc\text{Det}(A) = ad - bcDet(A)=ad−bc
3. Determinant of a 3 × 3 Matrix
4. Properties of Determinants
1. Minor:
oThe minor of an element aija_{ij}aij in a matrix is the determinant of the
matrix obtained by deleting the iii-th row and jjj-th column.
2. Cofactor:
o The cofactor of aija_{ij}aij is: Cij=(−1)i+j⋅MijC_{ij} = (-1)^{i+j} \cdot
M_{ij}Cij=(−1)i+j⋅Mij where MijM_{ij}Mij is the minor of aija_{ij}aij.
6. Expansion of Determinants
Determinants can be expanded along any row or column using the formula:
7. Applications of Determinants
8. Adjoint of a Matrix
A−1=Adj(A)Det(A)A^{-1} = \frac{\text{Adj}(A)}{\text{Det}(A)}A−1=Det(A)Adj(A)