|
In linear algebra, the determinant is a function that
associates a scalar to every square
matrix. The determinant of A is also sometimes denoted by |A|, but this notation should be avoided as it is
also used to denote other matrix functions, such as the square root of
AA*.
Example
For instance, the 2-by-2 matrix
-
has determinant
- det(A) = ad - bc.
A formula for larger matrices will be given below.
History
Historically, determinants were considered before matrices. Originally, a determinant was defined as a property of a system of linear equations. The determinant
"determines" whether the system has a unique solution (which occurs precisely if the determinant is non-zero). In this sense,
two-by-two determinants were considered by Cardano at the end of
the 16th century and larger ones by Leibniz about 100 years later. Following him Cramer
(1750) added to the theory, treating the subject in relation to sets of equations. The recurrent law was first announced by
Bezout (1764).
It was Vandermonde (1771) who first recognized determinants as independent
functions. Laplace (1772) gave the general method of expanding a determinant in terms
of its complementary minors: Vandermonde had already given a
special case. Immediately following, Lagrange (1773) treated determinants of the
second and third order. Lagrange was the first to apply determinants to questions outside elimination theory; he proved many special cases of general identities.
Hindenburg (1784) and Rothe (1800) kept the subject open, but Gauss (1801) made the next advance. Like Lagrange, he made much use
of determinants in the theory of numbers. He introduced the word determinants (Laplace had used
resultant), though not in the present signification, but rather as applied to the discriminant of a quantic. Gauss also arrived at the notion of reciprocal (inverse) determinants,
and came very near the multiplication theorem.
The next contributor of importance is Binet
(1811, 1812), who formally stated the theorem relating to the product of two matrices of m
columns and n rows, which for the special case of m =
n reduces to the multiplication theorem. On the same day (Nov. 30, 1812) that Binet presented his paper to the
Academy, Cauchy also presented one on the subject. (See Cauchy-Binet theorem.) In
this he used the word determinant in its present sense, summarized and simplified what was then known
on the subject, improved the notation, and gave the multiplication theorem with a proof more satisfactory than Binet's. With him
begins the theory in its generality.
The next important figure was Jacobi (from
1827). He early used the functional determinant which Sylvester later called the Jacobian, and in his memoirs in Crelle for 1841 he specially treats this subject, as well as the class of
alternating functions which Sylvester has called alternants. About the time of Jacobi's last memoirs, Sylvester (1839) and Cayley began their work.
The study of special forms of determinants has been the natural result of the completion of the general theory. Axisymmetric
determinants have been studied by Lebesgue, Hesse, and Sylvester; persymmetric determinants by Sylvester and Hankel; circulants by Catalan, Spottiswoode, Glaisher, and Scott; skew determinants and Pfaffians, in connection with the theory of orthogonal
transformation, by Cayley; continuants by Sylvester; Wronskians (so called by
Muir) by Christoffel and Frobenius; compound determinants by Sylvester, Reiss, and Picquet;
Jacobians and Hessians by Sylvester; and symmetric gauche determinants
by Trudi. Of the text-books on the subject
Spottiswoode's was the first. In America, Hanus (1886) and Weld (1893) published treatises.
Applications
Determinants are used to characterize invertible matrices, and to explicitly describe the solution to a system of linear equations with Cramer's rule. It can be used to find the eigenvalues of
the matrix A through the characteristic
polynomial p(x) = det(A-xIn).
One often thinks of the determinant as assigning a number to every sequence of n vectors in
Rn, by using the square matrix whose columns are the given vectors. With this understanding,
the sign of the determinant of a basis can be used
to define the notion of orientation in Euclidean spaces.
Determinants are used to calculate volumes in vector calculus: the absolute value of the
determinant of real vectors is equal to the volume of the parallelepiped spanned by those vectors. As a consequence, if the linear map f : Rn ->
Rn is represented by the matrix A, and S is any measurable subset of Rn, then the
volume of f(S) is given by |det(A)| × volume(S). More generally, if the linear map
f : Rn -> Rm is represented
by the m-by-n matrix A, and S is any measurable subset of
Rn, then the n-dimensional volume of f(S) is given by
√(det(ATA)) × volume(S).
Definition and Computation
Suppose A = (Ai,j) is a square matrix.
If A is a 1-by-1 matrix, then det(A) = A1,1. If A is a 2-by-2 matrix, then
det(A) = A1,1 · A2,2 - A2,1 · A1,2. For
a 3-by-3 matrix A, the formula is more complicated:
- det(A) = A1,1·A2,2·A3,3 +
A1,3·A3,2·A2,1 +
A1,2·A2,3·A3,1
- - A1,3·A2,2·A3,1 -
A1,1·A2,3·A3,2 -
A1,2·A2,1·A3,3
For a general n-by-n matrix, the determinant was defined by Gottfried Leibniz with what is now known as the Leibniz formula:
-
The sum is computed over all permutations σ of the numbers
{1,...,n} and sgn(σ) denotes the signature of the permutation σ: +1 if σ is an even permutation and -1 if
it is odd. See symmetric group for an explanation of even/odd
permutations.
This formula contains n! summands and is therefore impractical to use
to calculate determinants for large n.
In general, determinants can be computed with the Gauss algorithm using the following rules:
- If A is a triangular matrix, i.e. Ai,j = 0 whenver i > j,
then det(A) = A1,1·A2,2·...·An,n
- If B results from A by exchanging two rows or columns, then det(B) = - det(A)
- If B results from A by multiplying one row or column with the number c, then det(B) =
c · det(A)
- If B results from A by adding a multiple of one row or column to another row or column, then
det(B) = det(A).
Explicitly, starting out with some matrix, use the last three rules to convert it into a triangular matrix, then use the first
rule to compute its determinant.
It is also possible to expand a determinant along a row or column using Laplace's formula, which is efficient for
relatively small matrices. To do this along row i, say, we write
-
where the Ci,j represent the matrix cofactors, i.e. Ci,j is (-1)i+j times the
determinant of the matrix that results from A by removing the i-th row and the j-th column.
Properties
The determinant is a multiplicative map in the sense that
- det(AB) = det(A)det(B) for all n-by-n matrices A and
B.
This is generalized by the Cauchy-Binet formula to
products of non-square matrices.
It is easy to see that det(r In)=rn and thus
- det(rA) = rn det(A) for all
n-by-n matrices A and all scalars r.
If A is invertible, then
- det(A-1)=det(A)-1.
A matrix and its transpose have the same determinant:
- det(A) = det(AT).
If A and B are similar, i.e. if there exists an invertible
matrix X such that A = X-1BX, then by the multiplicative property,
- det(A) = det(B).
Because of this, one may define the determinant of a linear map f : V -> V (where
V is a finite-dimensional vector space) by choosing a basis for
V, describing f as a matrix relative to this basis, and taking the determinant of this square matrix. The
result will not depend on the basis chosen.
There exist matrices which have the same determinant but are not similar.
If A is a square n-by-n matrix with real or
complex entries and if
λ1,...,λn are the (complex) eigenvalues of A listed according to their algebraic multiplicities, then
- det(A) = λ1·λ2·...·λn.
This follows from the fact that A is always similar to its Jordan normal form, an upper triangular matrix with the eigenvalues on the main diagonal.
From the connection between the determinant and the eigenvalues, one can derive a connection between the trace function, the exponential function, and the determinant:
- det(exp(A)) = exp(tr(A)).
Derivative
The determinant of real square matrices is a polynomial function from
Rn×n to R, and as such is everywhere differentiable. Its derivative can be expressed using Jacobi's formula:
- d det(A) = tr(adj(A) dA)
where adj(A) denotes the adjugate of A. In particular, if
A is invertible, we have
- d det(A) = det(A) tr(A-1 dA)
or, more colloquially,
- det(A + X) - det(A) ≈ det(A) tr(A-1 X)
if the entries in the matrix X are sufficiently small. The special case where A is equal to the identity
matrix I yields
- det(I + X) ≈ 1 + tr(X).
Generalizations and related functions
It makes sense to define the determinant for matrices whose entries come from any commutative ring. The computation rules, the Leibniz formula and the compatibility with
matrix multiplication remain valid, except that now a matrix A is invertible if and only if det(A) is an
invertible element of the ground ring.
Abstractly, one may define the determinant as a certain anti-symmetric multilinear map as follows: if R is a
commutative ring and M = Rn denotes the free R-module with n generators, then
- det : Mn -> R
is the unique map with the following properties:
- det is R-linear in each of the n arguments.
- det is anti-symmetric, meaning that if two of the n arguments are equal, then the determinant is zero.
- det(e1,..,en) = 1, where ei is that element of
M which has a 1 in the i-th coordinate and zeros elsewhere.
Linear Algebraists prefer to use the multilinear map approach to define determinant, whereas algebraists prefer to use the
Leibniz formula.
The Pfaffian is an analog of the determinant for antisymmetric matrices. It is a polynomial of degree
n, and its square is equal to the determinant of the matrix.
|