is a 2×2 matrix with entries from a field F, then we define the determinant of A, denoted det(A) or ∣A∣, to be the scalar
ad−bc.
The function det:M2×2(F)→F is a linear function of each row of a 2×2 matrix when the other row is held fixed. That is, if u,v, and w are in F2 and k is a scalar, then
For this definition, it is convenient to introduce the following notation: Given A∈Mn×n(F), for n≥2, denote the (n−1)×(n−1) matrix obtained from A by deleting row i and column j by A~ij.
Let A∈Mn×n(F). If n=1, so that A=(A11), we define
det(A)=A11.
For n≥2, we define det(A) recursively as
det(A)=j=1∑n(−1)1+jA1j⋅det(A~1j).
The scalar det(A) is called the determinant of A and is also denoted by ∣A∣. The scalar
(−1)i+jdet(A~ij)
is called the cofactor of the entry of A in row i, column j.
Letting
cij=(−1)i+jdet(A~ij)
denote the cofactor of the row i, column j entry of A, we can express the formula for the determinant of A as
det(A)=A11c11+A12c12+⋯+A1nc1n.
Theorem 4.1. The determinant of an n×n matrix is a linear function of each row when the remaining rows are held fixed. That is, for 1≤r≤n, we have
Theorem 4.2. If A∈Mn×n(F) has a row consisting entirely of zeros, then
det(A)=0.
Theorem 4.3. The determinant of a square matrix can be evaluated by cofactor expansion along any row. That is, if A∈Mn×n(F), then for any integer i (1≤i≤n),
det(A)=j=1∑n(−1)i+jAij⋅det(A~ij).
Theorem 4.4. If A∈Mn×n(F) and B is a matrix obtained from A by interchanging any two rows of A, then
det(B)=−det(A).
Theorem 4.5. Let A∈Mn×n(F), and let B be a matrix obtained by adding a multiple of one row of A to another row of A. Then
det(B)=det(A).
Theorem 4.6. If A∈Mn×n(F) has rank less than n, then
det(A)=0.
Theorem 4.7. For any A,B∈Mn×n(F), we have
det(AB)=det(A)det(B).
Theorem 4.8. For any A∈Mn×n(F), we have
det(At)=det(A).
Theorem 4.9 (Cramer's Rule). Let Ax=b be the matrix form of a system of n linear equations in n unknowns, where x=(x1,x2,…,xn)t.If det(A)=0, then the system has a unique solution, and for each k (k=1,2,…,n),
xk=det(A)det(Mk),
where Mk is the n×n matrix obtained from A by replacing column k of A with b.
Theorem 4.10. For invertible A, its inverse A−1 may be described as
(A−1)ij=det(A)(−1)i+jMji
where Mji is the determinant of A deleting the j-th row and i-th column. Pay attention to the subscript inverse.