Determinants
In mathematics, the determinant is a scalar value that is a function of the entries of a square matrix. It allows characterizing some properties of the matrix and the linear map represented by the matrix. In particular, the determinant is nonzero if and only if the matrix is invertible and the linear map represented by the matrix is an isomorphism. The determinant of a product of matrices is the product of their determinants (the preceding property is a corollary of this one). The determinant of a matrix A is denoted det(A), det A, or |A|.
In the case of a 2 × 2 matrix the determinant can be defined as
Similarly, for a 3 × 3 matrix A, its determinant is
Each determinant of a 2 × 2 matrix in this equation is called a minor of the matrix A. This procedure can be extended to give a recursive definition for the determinant of an n × n matrix, known as Laplace expansion.
Determinants occur throughout mathematics. For example, a matrix is often used to represent the coefficients in a system of linear equations, and determinants can be used to solve these equations (Cramer's rule), although other methods of solution are computationally much more efficient. Determinants are used for defining the characteristic polynomial of a matrix, whose roots are the eigenvalues. In geometry, the signed n-dimensional volume of a n-dimensional parallelepiped is expressed by a determinant. This is used in calculus with exterior differential forms and the Jacobian determinant, in particular for changes of variables in multiple integrals.
Contents
2 × 2 matrices
The determinant of a 2 × 2 matrix is denoted either by "det" or by vertical bars around the matrix, and is defined as
For example,
First properties
The determinant has several key properties that can be proved by direct evaluation of the definition for -matrices, and that continue to hold for determinants of larger matrices. They are as follows: first, the determinant of the identity matrix is 1. Second, the determinant is zero if two rows are the same:
This holds similarly if the two columns are the same. Moreover,
Finally, if any column is multiplied by some number (i.e., all entries in that column are multiplied by that number), the determinant is also multiplied by that number:
Definition
In the sequel, A is a square matrix with n rows and n columns, so that it can be written as
The entries etc. are, for many purposes, real or complex numbers. As discussed below, the determinant is also defined for matrices whose entries are elements in more abstract algebraic structures known as commutative rings.
The determinant of A is denoted by det(A), or it can be denoted directly in terms of the matrix entries by writing enclosing bars instead of brackets:
There are various equivalent ways to define the determinant of a square matrix A, i.e. one with the same number of rows and columns: the determinant can be defined via the Leibniz formula, an explicit formula involving sums of products of certain entries of the matrix. The determinant can also be characterized as the unique function depending on the entries of the matrix satisfying certain properties. This approach can also be used to compute determinants by simplifying the matrices in question.
Leibniz formula
The Leibniz formula for the determinant of a 3 × 3 matrix is the following:
The rule of Sarrus is a mnemonic for this formula: the sum of the products of three diagonal north-west to south-east lines of matrix elements, minus the sum of the products of three diagonal south-west to north-east lines of elements, when the copies of the first two columns of the matrix are written beside it as in the illustration:
This scheme for calculating the determinant of a 3 × 3 matrix does not carry over into higher dimensions.
n × n matrices
The Leibniz formula for the determinant of an -matrix is a more involved, but related expression. It is an expression involving the notion of permutations and their signature. A permutation of the set is a function that reorders this set of integers. The value in the -th position after the reordering is denoted by . The set of all such permutations, the so-called symmetric group, is denoted . The signature of is defined to be whenever the reordering given by σ can be achieved by successively interchanging two entries an even number of times, and whenever it can be achieved by an odd number of such interchanges. Given the matrix and a permutation , the product
is also written more briefly using Pi notation as
- .
Using these notions, the definition of the determinant using the Leibniz formula is then
a sum involving all permutations, where each summand is a product of entries of the matrix, multiplied with a sign depending on the permutation.
The following table unwinds these terms in the case . In the first column, a permutation is listed according to its values. For example, in the second row, the permutation satisfies . It can be obtained from the standard order (1, 2, 3) by a single exchange (exchanging the second and third entry), so that its signature is .
Permutation | ||
---|---|---|
1, 2, 3 | ||
1, 3, 2 | ||
3, 1, 2 | ||
3, 2, 1 | ||
2, 3, 1 | ||
2, 1, 3 |
The sum of the six terms in the third column then reads
This gives back the formula for -matrices above. For a general -matrix, the Leibniz formula involves (n factorial) summands, each of which is a product of n entries of the matrix.
The Leibniz formula can also be expressed using a summation in which not only permutations, but all sequences of indices in the range occur. To do this, one uses the Levi-Civita symbol instead of the sign of a permutation
This gives back the formula above since the Levi-Civita symbol is zero if the indices do not form a permutation.
Resources
- n x n Determinant, Khan Academy
- 3 x 3 Determinant, Khan Academy
- Determinants Along Other Rows and Columns, Khan Academy
- Rules of Sarrus of Determinant, Khan Academy
Licensing
Content obtained and/or adapted from:
- Determinant, Wikipedia under a CC BY-SA license