Theorem
The determinant of an n×n matrix A can be computed by a cofactor expansion across any row or down any column. The expansion across the i-th row using the cofactors is:
detA=ai1Ci1+ai2Ci2+⋯+ainCin
The cofactor expansion down the j-th column is:
detA=a1jC1j+a2jC2j+⋯+anjCnj
Theorem
If A is a triangular matrix, then detA is the product of the entries on the main diagonal of A.
Theorem
Let A be a square matrix.
- If a multiple of one row of A is added to another row to produce a matrix B, then detB=detA.
- If two rows of A are interchanged to produce B, then detB=−detA.
- If one row of A is multiplied by k to produce B, then detB=k⋅detA.
Theorem
A square matrix A is invertible if and only if detA=0.
Theorem
If A is an n×n matrix, then detAT=detA.
Multiplicative Property
If A and B are n×n matrices, then det(AB)=(detA)(detB).