Determinant

In linear algebra, the determinant is a value that can be computed from the elements of a square matrix. The determinant of a matrix A is denoted det( A), det A , or | A |. It can be viewed as the scaling factor of the transformation described by the matrix.

In the case of a 2 × 2 matrix the specific formula for the determinant is:

StartLayout 1st Row StartAbsoluteValue upper A EndAbsoluteValue equals Start 2 By 2 Determinant 1st Row a b 2nd Row c d EndDeterminant equals a d minus b c period EndLayout

Similarly, suppose we have a 3 × 3 matrix A, and we want the specific formula for its determinant | A |:

StartLayout 1st Row 1st Column StartAbsoluteValue upper A EndAbsoluteValue equals Start 3 By 3 Determinant 1st Row a b c 2nd Row d e f 3rd Row g h i EndDeterminant 2nd Column equals a Start 2 By 2 Determinant 1st Row e f 2nd Row h i EndDeterminant minus b Start 2 By 2 Determinant 1st Row d f 2nd Row g i EndDeterminant plus c Start 2 By 2 Determinant 1st Row d e 2nd Row g h EndDeterminant 2nd Row 1st Column Blank 2nd Column equals a e i plus b f g plus c d h minus c e g minus b d i minus a f h period EndLayout

Each determinant of a 2 × 2 matrix in this equation is called a "minor" of the matrix A . The same sort of procedure can be used to find the determinant of a 4 × 4 matrix, the determinant of a 5 × 5 matrix, and so forth.

Determinants occur throughout mathematics. For example, a matrix is often used to represent the coefficients in a system of linear equations, and the determinant can be used to solve those equations, although more efficient techniques are actually used, some of which are determinant-revealing and consist of computationally effective ways of computing the determinant itself. The use of determinants in calculus includes the Jacobian determinant in the change of variables rule for integrals of functions of several variables. Determinants are also used to define the characteristic polynomial of a matrix, which is essential for eigenvalue problems in linear algebra. In analytic geometry, determinants express the signed n-dimensional volumes of n-dimensional parallelepipeds. Sometimes, determinants are used merely as a compact notation for expressions that would otherwise be unwieldy to write down.

When the entries of the matrix are taken from a field (like the real or complex numbers), it can be proven that any matrix has a unique inverse if and only if its determinant is nonzero. Various other theorems can be proved as well, including that the determinant of a product of matrices is always equal to the product of determinants; and, the determinant of a Hermitian matrix is always real.

Contents

If a n × n real matrix A is written in terms of its column vectors upper A equals Start 1 By 4 Matrix 1st Row 1st Column a 1 comma 2nd Column a 2 comma 3rd Column ellipsis comma 4th Column a Subscript n EndMatrix then

upper A Start 4 By 1 Matrix 1st Row 1 2nd Row 0 3rd Row vertical-ellipsis 4th Row 0 EndMatrix equals a 1 upper A Start 4 By 1 Matrix 1st Row 0 2nd Row 1 3rd Row vertical-ellipsis 4th Row 0 EndMatrix equals a 2 ellipsis upper A Start 4 By 1 Matrix 1st Row 0 2nd Row 0 3rd Row vertical-ellipsis 4th Row 1 EndMatrix equals a Subscript n

This means that upper A maps the unit n-cube to the n-dimensional parallelotope defined by the vectors a 1 comma a 2 comma ellipsis comma a Subscript n Baseline . The determinant gives the signed n-dimensional volume of this parallelotope, and hence describes more generally the n-dimensional volume scaling factor of the linear transformation produced by A. [1] In particular if the determinant is 0 then this parallelotope has volume 0 and is not fully n-dimensional which indicates that the dimension of the image of A is less than n. This means that A does not produce a 1-to-1 map, and is thus not invertible.

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. Perhaps the simplest way to express the determinant is by considering the elements in the top row and the respective minors; starting at the left, multiply the element by the minor, then subtract the product of the next element and its minor, and alternate adding and subtracting such products until all elements in the top row have been exhausted. For example, here is the result for a 4 × 4 matrix:

Start 4 By 4 Determinant 1st Row a b c d 2nd Row e f g h 3rd Row i j k l 4th Row m n o p EndDeterminant equals a Start 3 By 3 Determinant 1st Row f g h 2nd Row j k l 3rd Row n o p EndDeterminant minus b Start 3 By 3 Determinant 1st Row e g h 2nd Row i k l 3rd Row m o p EndDeterminant plus c Start 3 By 3 Determinant 1st Row e f h 2nd Row i j l 3rd Row m n p EndDeterminant minus d Start 3 By 3 Determinant 1st Row e f g 2nd Row i j k 3rd Row m n o EndDeterminant period

Another way to define the determinant is expressed in terms of the columns of the matrix. If we write an n × n matrix A in terms of its column vectors

upper A equals Start 1 By 4 Matrix 1st Row 1st Column a 1 comma 2nd Column a 2 comma 3rd Column ellipsis comma 4th Column a Subscript n EndMatrix

where the a Subscript j are vectors of size n, then the determinant of A is defined so that

StartLayout 1st Row 1st Column Blank 2nd Column det Start 1 By 4 Matrix 1st Row 1st Column a 1 comma 2nd Column ellipsis comma 3rd Column b a Subscript j Baseline plus c v comma 4th Column ellipsis comma a Subscript n Baseline EndMatrix equals b det left-parenthesis upper A right-parenthesis plus c det Start 1 By 4 Matrix 1st Row 1st Column a 1 comma 2nd Column ellipsis comma 3rd Column v comma 4th Column ellipsis comma a Subscript n Baseline EndMatrix 2nd Row 1st Column Blank 2nd Column det Start 1 By 5 Matrix 1st Row 1st Column a 1 comma 2nd Column ellipsis comma 3rd Column a Subscript j Baseline comma 4th Column a Subscript j plus 1 Baseline comma 5th Column ellipsis comma a Subscript n Baseline EndMatrix equals minus det Start 1 By 5 Matrix 1st Row 1st Column a 1 comma 2nd Column ellipsis comma 3rd Column a Subscript j plus 1 Baseline comma 4th Column a Subscript j Baseline comma 5th Column ellipsis comma a Subscript n Baseline EndMatrix 3rd Row 1st Column Blank 2nd Column det left-parenthesis upper I right-parenthesis equals 1 EndLayout

where b and c are scalars, v is any vector of size n and I is the identity matrix of size n. These equations say that the determinant is a linear function of each column, that interchanging adjacent columns reverses the sign of the determinant, and that the determinant of the identity matrix is 1. These properties mean that the determinant is an alternating multilinear function of the columns that maps the identity matrix to the underlying unit scalar. These suffice to uniquely calculate the determinant of any square matrix. Provided the underlying scalars form a field (more generally, a commutative ring with unity), the definition below shows that such a function exists, and it can be shown to be unique. [2]

Equivalently, the determinant can be expressed as a sum of products of entries of the matrix where each product has n terms and the coefficient of each product is −1 or 1 or 0 according to a given rule: it is a polynomial expression of the matrix entries. This expression grows rapidly with the size of the matrix (an n × n matrix contributes n! terms), so it will first be given explicitly for the case of 2 × 2 matrices and 3 × 3 matrices, followed by the rule for arbitrary size matrices, which subsumes these two cases.

Assume A is a square matrix with n rows and n columns, so that it can be written as

upper A equals Start 4 By 4 Matrix 1st Row 1st Column a Subscript 1 comma 1 Baseline 2nd Column a Subscript 1 comma 2 Baseline 3rd Column ellipsis 4th Column a Subscript 1 comma n Baseline 2nd Row 1st Column a Subscript 2 comma 1 Baseline 2nd Column a Subscript 2 comma 2 Baseline 3rd Column ellipsis 4th Column a Subscript 2 comma n Baseline 3rd Row 1st Column vertical-ellipsis 2nd Column vertical-ellipsis 3rd Column down-right-diagonal-ellipsis 4th Column vertical-ellipsis 4th Row 1st Column a Subscript n comma 1 Baseline 2nd Column a Subscript n comma 2 Baseline 3rd Column ellipsis 4th Column a Subscript n comma n Baseline EndMatrix period

The entries can be numbers or expressions (as happens when the determinant is used to define a characteristic polynomial); the definition of the determinant depends only on the fact that they can be added and multiplied together in a commutative manner.

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:

Start 4 By 4 Determinant 1st Row 1st Column a Subscript 1 comma 1 Baseline 2nd Column a Subscript 1 comma 2 Baseline 3rd Column ellipsis 4th Column a Subscript 1 comma n Baseline 2nd Row 1st Column a Subscript 2 comma 1 Baseline 2nd Column a Subscript 2 comma 2 Baseline 3rd Column ellipsis 4th Column a Subscript 2 comma n Baseline 3rd Row 1st Column vertical-ellipsis 2nd Column vertical-ellipsis 3rd Column down-right-diagonal-ellipsis 4th Column vertical-ellipsis 4th Row 1st Column a Subscript n comma 1 Baseline 2nd Column a Subscript n comma 2 Baseline 3rd Column ellipsis 4th Column a Subscript n comma n Baseline EndDeterminant period

2 × 2 matrices Edit

The Leibniz formula for the determinant of a 2 × 2 matrix is

Start 2 By 2 Determinant 1st Row a b 2nd Row c d EndDeterminant equals a d minus b c period

If the matrix entries are real numbers, the matrix A can be used to represent two linear maps: one that maps the standard basis vectors to the rows of A, and one that maps them to the columns of A. In either case, the images of the basis vectors form a parallelogram that represents the image of the unit square under the mapping. The parallelogram defined by the rows of the above matrix is the one with vertices at (0, 0), ( a, b), ( a + c, b + d), and ( c, d), as shown in the accompanying diagram.

The absolute value of adbc is the area of the parallelogram, and thus represents the scale factor by which areas are transformed by A. (The parallelogram formed by the columns of A is in general a different parallelogram, but since the determinant is symmetric with respect to rows and columns, the area will be the same.)

The absolute value of the determinant together with the sign becomes the oriented area of the parallelogram. The oriented area is the same as the usual area, except that it is negative when the angle from the first to the second vector defining the parallelogram turns in a clockwise direction (which is opposite to the direction one would get for the identity matrix).

To show that adbc is the signed area, one may consider a matrix containing two vectors a = ( a, b) and b = ( c, d) representing the parallelogram's sides. The signed area can be expressed as | a|| b|sin θ for the angle θ between the vectors, which is simply base times height, the length of one vector times the perpendicular component of the other. Due to the sine this already is the signed area, yet it may be expressed more conveniently using the cosine of the complementary angle to a perpendicular vector, e.g. a = ( -b, a), such that | a || b|cos θ' , which can be determined by the pattern of the scalar product to be equal to adbc :

Signed Area equals StartAbsoluteValue bold-italic a EndAbsoluteValue StartAbsoluteValue bold-italic b EndAbsoluteValue sine theta equals StartAbsoluteValue bold-italic a Superscript up-tack Baseline EndAbsoluteValue StartAbsoluteValue bold-italic b EndAbsoluteValue cosine theta Superscript prime Baseline equals StartBinomialOrMatrix negative b Choose a EndBinomialOrMatrix dot StartBinomialOrMatrix c Choose d EndBinomialOrMatrix equals a d minus b c period

Thus the determinant gives the scaling factor and the orientation induced by the mapping represented by A. When the determinant is equal to one, the linear mapping defined by the matrix is equi-areal and orientation-preserving.

The object known as the bivector is related to these ideas. In 2D, it can be interpreted as an oriented plane segment formed by imagining two vectors each with origin (0, 0), and coordinates ( a, b) and ( c, d). The bivector magnitude (denoted by ( a, b) ∧ ( c, d)) is the signed area, which is also the determinant adbc . [3]

3 × 3 matrices Edit

The Laplace formula for the determinant of a 3 × 3 matrix is

StartLayout 1st Row 1st Column Start 3 By 3 Determinant 1st Row a b c 2nd Row d e f 3rd Row g h i EndDeterminant 2nd Column equals a Start 2 By 2 Determinant 1st Row e f 2nd Row h i EndDeterminant minus b Start 2 By 2 Determinant 1st Row d f 2nd Row g i EndDeterminant plus c Start 2 By 2 Determinant 1st Row d e 2nd Row g h EndDeterminant EndLayout

this can be expanded out to give

StartLayout 1st Row 1st Column Start 3 By 3 Determinant 1st Row a b c 2nd Row d e f 3rd Row g h i EndDeterminant 2nd Column equals a left-parenthesis e i minus f h right-parenthesis minus b left-parenthesis d i minus f g right-parenthesis plus c left-parenthesis d h minus e g right-parenthesis 2nd Row 1st Column Blank 2nd Column equals a e i plus b f g plus c d h minus c e g minus b d i minus a f h period EndLayout

which is the Leibniz formula for the determinant of a 3 × 3 matrix.

The rule of Sarrus is a mnemonic for the 3 × 3 matrix determinant: 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 Edit

The determinant of a matrix of arbitrary size can be defined by the Leibniz formula or the Laplace formula.

The Leibniz formula for the determinant of an n × n matrix A is

det left-parenthesis upper A right-parenthesis equals sigma-summation Underscript sigma element-of upper S Subscript n Baseline Endscripts left-parenthesis s g n left-parenthesis sigma right-parenthesis product Underscript i equals 1 Overscript n Endscripts a Subscript i comma sigma Sub Subscript i Subscript Baseline right-parenthesis period

Here the sum is computed over all permutations σ of the set {1, 2, …, n}. A permutation is a function that reorders this set of integers. The value in the ith position after the reordering σ is denoted by σ i . For example, for n = 3, the original sequence 1, 2, 3 might be reordered to σ = [2, 3, 1], with σ 1 = 2, σ 2 = 3, and σ 3 = 1. The set of all such permutations (also known as the symmetric group on n elements) is denoted by S n . For each permutation σ, sgn(σ) denotes the signature of σ, a value that is +1 whenever the reordering given by σ can be achieved by successively interchanging two entries an even number of times, and −1 whenever it can be achieved by an odd number of such interchanges.

In any of the n factorial summands, the term

product Underscript i equals 1 Overscript n Endscripts a Subscript i comma sigma Sub Subscript i Subscript

is notation for the product of the entries at positions ( i, σ i ), where i ranges from 1 to n:

a Subscript 1 comma sigma 1 Baseline dot a Subscript 2 comma sigma 2 Baseline midline-horizontal-ellipsis a Subscript n comma sigma Sub Subscript n Subscript Baseline period

For example, the determinant of a 3 × 3 matrix A ( n = 3) is

StartLayout 1st Row 1st Column sigma-summation Underscript sigma element-of upper S Subscript n Endscripts s g n left-parenthesis sigma right-parenthesis product Underscript i equals 1 Overscript n Endscripts a Subscript i comma sigma Sub Subscript i Subscript 2nd Column equals s g n left-parenthesis left-bracket 1 comma 2 comma 3 right-bracket right-parenthesis product Underscript i equals 1 Overscript n Endscripts a Subscript i comma left-bracket 1 comma 2 comma 3 right-bracket Sub Subscript i Subscript Baseline plus s g n left-parenthesis left-bracket 1 comma 3 comma 2 right-bracket right-parenthesis product Underscript i equals 1 Overscript n Endscripts a Subscript i comma left-bracket 1 comma 3 comma 2 right-bracket Sub Subscript i Subscript Baseline plus s g n left-parenthesis left-bracket 2 comma 1 comma 3 right-bracket right-parenthesis product Underscript i equals 1 Overscript n Endscripts a Subscript i comma left-bracket 2 comma 1 comma 3 right-bracket Sub Subscript i Subscript Baseline 2nd Row 1st Column Blank 2nd Column plus s g n left-parenthesis left-bracket 2 comma 3 comma 1 right-bracket right-parenthesis product Underscript i equals 1 Overscript n Endscripts a Subscript i comma left-bracket 2 comma 3 comma 1 right-bracket Sub Subscript i Subscript plus s g n left-parenthesis left-bracket 3 comma 1 comma 2 right-bracket right-parenthesis product Underscript i equals 1 Overscript n Endscripts a Subscript i comma left-bracket 3 comma 1 comma 2 right-bracket Sub Subscript i Subscript plus s g n left-parenthesis left-bracket 3 comma 2 comma 1 right-bracket right-parenthesis product Underscript i equals 1 Overscript n Endscripts a Subscript i comma left-bracket 3 comma 2 comma 1 right-bracket Sub Subscript i Subscript 3rd Row 1st Column Blank 2nd Column equals product Underscript i equals 1 Overscript n Endscripts a Subscript i comma left-bracket 1 comma 2 comma 3 right-bracket Sub Subscript i Subscript Baseline minus product Underscript i equals 1 Overscript n Endscripts a Subscript i comma left-bracket 1 comma 3 comma 2 right-bracket Sub Subscript i Subscript Baseline minus product Underscript i equals 1 Overscript n Endscripts a Subscript i comma left-bracket 2 comma 1 comma 3 right-bracket Sub Subscript i Subscript Baseline plus product Underscript i equals 1 Overscript n Endscripts a Subscript i comma left-bracket 2 comma 3 comma 1 right-bracket Sub Subscript i Subscript Baseline plus product Underscript i equals 1 Overscript n Endscripts a Subscript i comma left-bracket 3 comma 1 comma 2 right-bracket Sub Subscript i Subscript Baseline minus product Underscript i equals 1 Overscript n Endscripts a Subscript i comma left-bracket 3 comma 2 comma 1 right-bracket Sub Subscript i Subscript Baseline 4th Row 1st Column Blank 2nd Column equals a Subscript 1 comma 1 Baseline a Subscript 2 comma 2 Baseline a Subscript 3 comma 3 Baseline minus a Subscript 1 comma 1 Baseline a Subscript 2 comma 3 Baseline a Subscript 3 comma 2 Baseline minus a Subscript 1 comma 2 Baseline a Subscript 2 comma 1 Baseline a Subscript 3 comma 3 Baseline plus a Subscript 1 comma 2 Baseline a Subscript 2 comma 3 Baseline a Subscript 3 comma 1 Baseline 5th Row 1st Column Blank 2nd Column plus a Subscript 1 comma 3 Baseline a Subscript 2 comma 1 Baseline a Subscript 3 comma 2 Baseline minus a Subscript 1 comma 3 Baseline a Subscript 2 comma 2 Baseline a Subscript 3 comma 1 Baseline period EndLayout

Levi-Civita symbol Edit

It is sometimes useful to extend the Leibniz formula to a summation in which not only permutations, but all sequences of n indices in the range 1, …, n occur, ensuring that the contribution of a sequence will be zero unless it denotes a permutation. Thus the totally antisymmetric Levi-Civita symbol epsilon Subscript i 1 comma midline-horizontal-ellipsis comma i Sub Subscript n Subscript extends the signature of a permutation, by setting epsilon Subscript sigma left-parenthesis 1 right-parenthesis comma midline-horizontal-ellipsis comma sigma left-parenthesis n right-parenthesis Baseline equals s g n left-parenthesis sigma right-parenthesis for any permutation σ of n, and epsilon Subscript i 1 comma midline-horizontal-ellipsis comma i Sub Subscript n Subscript Baseline equals 0 when no permutation σ exists such that sigma left-parenthesis j right-parenthesis equals i Subscript j for j equals 1 comma ellipsis comma n (or equivalently, whenever some pair of indices are equal). The determinant for an n × n matrix can then be expressed using an n-fold summation as

det left-parenthesis upper A right-parenthesis equals sigma-summation Underscript i 1 comma i 2 comma ellipsis comma i Subscript n Baseline equals 1 Overscript n Endscripts epsilon Subscript i 1 midline-horizontal-ellipsis i Sub Subscript n Subscript Baseline a Subscript 1 comma i 1 Baseline midline-horizontal-ellipsis a Subscript n comma i Sub Subscript n Subscript Baseline comma

or using two epsilon symbols as

det left-parenthesis upper A right-parenthesis equals StartFraction 1 Over n factorial EndFraction sigma-summation epsilon Subscript i 1 midline-horizontal-ellipsis i Sub Subscript n Subscript Baseline epsilon Subscript j 1 midline-horizontal-ellipsis j Sub Subscript n Subscript Baseline a Subscript i 1 j 1 Baseline midline-horizontal-ellipsis a Subscript i Sub Subscript n Subscript j Sub Subscript n Subscript Baseline comma

where now each i r and each j r should be summed over 1, …, n .

The determinant has many properties. Some basic properties of determinants are

  1. det left-parenthesis upper I Subscript n Baseline right-parenthesis equals 1 where I n is the n × n identity matrix.
  2. det left-parenthesis upper A Superscript normal upper T Baseline right-parenthesis equals det left-parenthesis upper A right-parenthesis comma where upper A Superscript normal upper T denotes the transpose of upper A .
  3. det left-parenthesis upper A Superscript negative 1 Baseline right-parenthesis equals StartFraction 1 Over det left-parenthesis upper A right-parenthesis EndFraction equals det left-parenthesis upper A right-parenthesis Superscript negative 1 Baseline period
  4. For square matrices A and B of equal size,
det left-parenthesis upper A upper B right-parenthesis equals det left-parenthesis upper A right-parenthesis det left-parenthesis upper B right-parenthesis period
  1. det left-parenthesis c upper A right-parenthesis equals c Superscript n Baseline det left-parenthesis upper A right-parenthesis for an n × n matrix, A.
  2. For positive semidefinite matrices A, B, and C of equal size, det left-parenthesis upper A plus upper B plus upper C right-parenthesis plus det left-parenthesis upper C right-parenthesis greater-than-or-equal-to det left-parenthesis upper A plus upper C right-parenthesis plus det left-parenthesis upper B plus upper C right-parenthesis , for upper A comma upper B comma upper C greater-than-or-equal-to 0 with the corollary det left-parenthesis upper A plus upper B right-parenthesis greater-than-or-equal-to det left-parenthesis upper A right-parenthesis plus det left-parenthesis upper B right-parenthesis period [4] [5]
  3. If A is a triangular matrix, i.e. a i, j = 0 whenever i > j or, alternatively, whenever i < j , then its determinant equals the product of the diagonal entries:
det left-parenthesis upper A right-parenthesis equals a Subscript 1 comma 1 Baseline a Subscript 2 comma 2 Baseline midline-horizontal-ellipsis a Subscript n comma n Baseline equals product Underscript i equals 1 Overscript n Endscripts a Subscript i comma i Baseline period

This can be deduced from some of the properties below, but it follows most easily directly from the Leibniz formula (or from the Laplace expansion), in which the identity permutation is the only one that gives a non-zero contribution.

A number of additional properties relate to the effects on the determinant of changing particular rows or columns:

  1. Viewing an n × n matrix as being composed of n columns, the determinant is an n-linear function. This means that if one column of a matrix A is written as a sum v + w of two column vectors, and all other columns are left unchanged, then the determinant of A is the sum of the determinants of the matrices obtained from A by replacing the column by v and then by w (and a similar relation holds when writing a column as a scalar multiple of a column vector).
  2. If in a matrix, any row or column has all elements equal to zero, then the determinant of that matrix is 0.
  3. This n-linear function is an alternating form. This means that whenever two columns of a matrix are identical, or more generally some column can be expressed as a linear combination of the other columns (i.e. the columns of the matrix form a linearly dependent set), its determinant is 0.

Properties 1, 8 and 10 — which all follow from the Leibniz formula — completely characterize the determinant; in other words the determinant is the unique function from n × n matrices to scalars that is n-linear alternating in the columns, and takes the value 1 for the identity matrix (this characterization holds even if scalars are taken in any given commutative ring). To see this it suffices to expand the determinant by multi-linearity in the columns into a (huge) linear combination of determinants of matrices in which each column is a standard basis vector. These determinants are either 0 (by property 9) or else ±1 (by properties 1 and 12 below), so the linear combination gives the expression above in terms of the Levi-Civita symbol. While less technical in appearance, this characterization cannot entirely replace the Leibniz formula in defining the determinant, since without it the existence of an appropriate function is not clear. For matrices over non-commutative rings, properties 8 and 9 are incompatible for n ≥ 2, [6] so there is no good definition of the determinant in this setting.

Property 2 above implies that properties for columns have their counterparts in terms of rows:

  1. Viewing an n × n matrix as being composed of n rows, the determinant is an n-linear function.
  2. This n-linear function is an alternating form: whenever two rows of a matrix are identical, its determinant is 0.
  3. Interchanging any pair of columns or rows of a matrix multiplies its determinant by −1. This follows from properties 8 and 10 (it is a general property of multilinear alternating maps). More generally, any permutation of the rows or columns multiplies the determinant by the sign of the permutation. By permutation, it is meant viewing each row as a vector R i (equivalently each column as C i ) and reordering the rows (or columns) by interchange of R j and R k (or C j and C k ), where j, k are two indices chosen from 1 to n for an n × n square matrix.
  4. Adding a scalar multiple of one column to another column does not change the value of the determinant. This is a consequence of properties 8 and 10 in the following way: by property 8 the determinant changes by a multiple of the determinant of a matrix with two equal columns, which determinant is 0 by property 10. Similarly, adding a scalar multiple of one row to another row leaves the determinant unchanged.

Property 5 says that the determinant on n × n matrices is homogeneous of degree n. These properties can be used to facilitate the computation of determinants by simplifying the matrix to the point where the determinant can be determined immediately. Specifically, for matrices with coefficients in a field, properties 13 and 14 can be used to transform any matrix into a triangular matrix, whose determinant is given by property 6; this is essentially the method of Gaussian elimination.

For example, the determinant of

upper A equals Start 3 By 3 Matrix 1st Row 1st Column negative 2 2nd Column 2 3rd Column negative 3 2nd Row 1st Column negative 1 2nd Column 1 3rd Column 3 3rd Row 1st Column 2 2nd Column 0 3rd Column negative 1 EndMatrix

can be computed using the following matrices:

upper B equals Start 3 By 3 Matrix 1st Row 1st Column negative 2 2nd Column 2 3rd Column negative 3 2nd Row 1st Column 0 2nd Column 0 3rd Column 4.5 3rd Row 1st Column 2 2nd Column 0 3rd Column negative 1 EndMatrix comma upper C equals Start 3 By 3 Matrix 1st Row 1st Column negative 2 2nd Column 2 3rd Column negative 3 2nd Row 1st Column 0 2nd Column 0 3rd Column 4.5 3rd Row 1st Column 0 2nd Column 2 3rd Column negative 4 EndMatrix comma upper D equals Start 3 By 3 Matrix 1st Row 1st Column negative 2 2nd Column 2 3rd Column negative 3 2nd Row 1st Column 0 2nd Column 2 3rd Column negative 4 3rd Row 1st Column 0 2nd Column 0 3rd Column 4.5 EndMatrix period

Here, B is obtained from A by adding −1/2×the first row to the second, so that det( A) = det( B). C is obtained from B by adding the first to the third row, so that det( C) = det( B). Finally, D is obtained from C by exchanging the second and third row, so that det( D) = −det( C). The determinant of the (upper) triangular matrix D is the product of its entries on the main diagonal: (−2) · 2 · 4.5 = −18. Therefore, det( A) = −det( D) = +18.

Multiplicativity and matrix groups Edit

The determinant of a matrix product of square matrices equals the product of their determinants:

det left-parenthesis upper A upper B right-parenthesis equals det left-parenthesis upper A right-parenthesis det left-parenthesis upper B right-parenthesis period

Thus the determinant is a multiplicative map. This property is a consequence of the characterization given above of the determinant as the unique n-linear alternating function of the columns with value 1 on the identity matrix, since the function M n ( K) → K that maps M ↦ det( AM) can easily be seen to be n-linear and alternating in the columns of M, and takes the value det( A) at the identity. The formula can be generalized to (square) products of rectangular matrices, giving the Cauchy–Binet formula, which also provides an independent proof of the multiplicative property.

The determinant det( A) of a matrix A is non-zero if and only if A is invertible or, yet another equivalent statement, if its rank equals the size of the matrix. If so, the determinant of the inverse matrix is given by

det left-parenthesis upper A Superscript negative 1 Baseline right-parenthesis equals StartFraction 1 Over det left-parenthesis upper A right-parenthesis EndFraction period

In particular, products and inverses of matrices with determinant one still have this property. Thus, the set of such matrices (of fixed size n) form a group known as the special linear group. More generally, the word "special" indicates the subgroup of another matrix group of matrices of determinant one. Examples include the special orthogonal group (which if n is 2 or 3 consists of all rotation matrices), and the special unitary group.

Laplace's formula and the adjugate matrix Edit

Laplace's formula expresses the determinant of a matrix in terms of its minors. The minor M i, j is defined to be the determinant of the ( n−1) × ( n−1)-matrix that results from A by removing the i-th row and the j-th column. The expression (−1) i+ j M i, j is known as a cofactor. The determinant of A is given by

det left-parenthesis upper A right-parenthesis equals sigma-summation Underscript j equals 1 Overscript n Endscripts left-parenthesis negative 1 right-parenthesis Superscript i plus j Baseline a Subscript i comma j Baseline upper M Subscript i comma j (for a fixed i ) equals sigma-summation Underscript i equals 1 Overscript n Endscripts left-parenthesis negative 1 right-parenthesis Superscript i plus j Baseline a Subscript i comma j Baseline upper M Subscript i comma j (for a fixed j )

Calculating det( A) by means of this formula is referred to as expanding the determinant along a row, the i-th row using the first form with fixed i, or expanding along a column, using the second form with fixed j. For example, the Laplace expansion of the 3 × 3 matrix

upper A equals Start 3 By 3 Matrix 1st Row 1st Column negative 2 2nd Column 2 3rd Column negative 3 2nd Row 1st Column negative 1 2nd Column 1 3rd Column 3 3rd Row 1st Column 2 2nd Column 0 3rd Column negative 1 EndMatrix comma

along the second column ( j = 2 and the sum runs over i) is given by,

det left-parenthesis upper A right-parenthesis equals left-parenthesis negative 1 right-parenthesis Superscript 1 plus 2 Baseline dot 2 dot Start 2 By 2 Determinant 1st Row 1st Column negative 1 2nd Column 3 2nd Row 1st Column 2 2nd Column negative 1 EndDeterminant plus left-parenthesis negative 1 right-parenthesis Superscript 2 plus 2 Baseline dot 1 dot Start 2 By 2 Determinant 1st Row 1st Column negative 2 2nd Column negative 3 2nd Row 1st Column 2 2nd Column negative 1 EndDeterminant plus left-parenthesis negative 1 right-parenthesis Superscript 3 plus 2 Baseline dot 0 dot Start 2 By 2 Determinant 1st Row 1st Column negative 2 2nd Column negative 3 2nd Row 1st Column negative 1 2nd Column 3 EndDeterminant
equals left-parenthesis negative 2 right-parenthesis dot left-parenthesis left-parenthesis negative 1 right-parenthesis dot left-parenthesis negative 1 right-parenthesis minus 2 dot 3 right-parenthesis plus 1 dot left-parenthesis left-parenthesis negative 2 right-parenthesis dot left-parenthesis negative 1 right-parenthesis minus 2 dot left-parenthesis negative 3 right-parenthesis right-parenthesis
equals left-parenthesis negative 2 right-parenthesis dot left-parenthesis negative 5 right-parenthesis plus 8 equals 18 period

However, Laplace expansion is efficient for small matrices only.

The adjugate matrix adj( A) is the transpose of the matrix consisting of the cofactors, i.e.,

left-parenthesis a d j left-parenthesis upper A right-parenthesis right-parenthesis Subscript i comma j Baseline equals left-parenthesis negative 1 right-parenthesis Superscript i plus j Baseline upper M Subscript j comma i Baseline period

In terms of the adjugate matrix, Laplace's expansion can be written as [7]

left-parenthesis det upper A right-parenthesis upper I equals upper A a d j upper A equals left-parenthesis a d j upper A right-parenthesis upper A period

Sylvester's determinant theorem Edit

Sylvester's determinant theorem states that for A, an m × n matrix, and B, an n × m matrix (so that A and B have dimensions allowing them to be multiplied in either order forming a square matrix):

det left-parenthesis upper I Subscript m Baseline plus upper A upper B right-parenthesis equals det left-parenthesis upper I Subscript n Baseline plus upper B upper A right-parenthesis ,

where I m and I n are the m × m and n × n identity matrices, respectively.

From this general result several consequences follow.

(a) For the case of column vector c and row vector r, each with m components, the formula allows quick calculation of the determinant of a matrix that differs from the identity matrix by a matrix of rank 1: det left-parenthesis upper I Subscript m Baseline plus c r right-parenthesis equals 1 plus r c . (b) More generally, [8] for any invertible m × m matrix X, det left-parenthesis upper X plus upper A upper B right-parenthesis equals det left-parenthesis upper X right-parenthesis det left-parenthesis upper I Subscript n Baseline plus upper B upper X Superscript negative 1 Baseline upper A right-parenthesis , (c) For a column and row vector as above, det left-parenthesis upper X plus c r right-parenthesis equals det left-parenthesis upper X right-parenthesis det left-parenthesis 1 plus r upper X Superscript negative 1 Baseline c right-parenthesis equals det left-parenthesis upper X right-parenthesis plus r normal a normal d normal j left-parenthesis upper X right-parenthesis c .

Relation to eigenvalues and trace Edit

Let A be an arbitrary n×n matrix of complex numbers with eigenvalues lamda 1 , lamda 2 , … lamda Subscript n . (Here it is understood that an eigenvalue with algebraic multiplicity μ occurs μ times in this list.) Then the determinant of A is the product of all eigenvalues,

det left-parenthesis upper A right-parenthesis equals product Underscript i equals 1 Overscript n Endscripts lamda Subscript i Baseline equals lamda 1 lamda 2 midline-horizontal-ellipsis lamda Subscript n .

The product of all non-zero eigenvalues is referred to as pseudo-determinant.

Conversely, determinants can be used to find the eigenvalues of the matrix A: they are the solutions of the characteristic equation

det left-parenthesis upper A minus x upper I right-parenthesis equals 0 comma

where I is the identity matrix of the same dimension as A and x is a (scalar) number which solves the equation (there are no more than n solutions, where n is the dimension of A).

A Hermitian matrix is positive definite if all its eigenvalues are positive. Sylvester's criterion asserts that this is equivalent to the determinants of the submatrices

upper A Subscript k Baseline colon equals Start 4 By 4 Matrix 1st Row 1st Column a Subscript 1 comma 1 2nd Column a Subscript 1 comma 2 3rd Column ellipsis 4th Column a Subscript 1 comma k 2nd Row 1st Column a Subscript 2 comma 1 2nd Column a Subscript 2 comma 2 3rd Column ellipsis 4th Column a Subscript 2 comma k 3rd Row 1st Column vertical-ellipsis 2nd Column vertical-ellipsis 3rd Column down-right-diagonal-ellipsis 4th Column vertical-ellipsis 4th Row 1st Column a Subscript k comma 1 2nd Column a Subscript k comma 2 3rd Column ellipsis 4th Column a Subscript k comma k EndMatrix

being positive, for all k between 1 and n.

The trace tr( A) is by definition the sum of the diagonal entries of A and also equals the sum of the eigenvalues. Thus, for complex matrices A,

det left-parenthesis exp left-parenthesis upper A right-parenthesis right-parenthesis equals exp left-parenthesis trace left-parenthesis upper A right-parenthesis right-parenthesis

or, for real matrices A,

trace left-parenthesis upper A right-parenthesis equals log left-parenthesis det left-parenthesis exp left-parenthesis upper A right-parenthesis right-parenthesis right-parenthesis period

Here exp( A) denotes the matrix exponential of A, because every eigenvalue λ of A corresponds to the eigenvalue exp( λ) of exp( A). In particular, given any logarithm of A, that is, any matrix L satisfying

exp left-parenthesis upper L right-parenthesis equals upper A

the determinant of A is given by

det left-parenthesis upper A right-parenthesis equals exp left-parenthesis trace left-parenthesis upper L right-parenthesis right-parenthesis period

For example, for n = 2, n = 3, and n = 4, respectively,

det left-parenthesis upper A right-parenthesis equals left-parenthesis left-parenthesis trace upper A right-parenthesis squared minus trace left-parenthesis upper A squared right-parenthesis right-parenthesis slash 2 comma det left-parenthesis upper A right-parenthesis equals left-parenthesis left-parenthesis trace upper A right-parenthesis cubed minus 3 trace upper A trace left-parenthesis upper A squared right-parenthesis plus 2 trace left-parenthesis upper A cubed right-parenthesis right-parenthesis slash 6 comma det left-parenthesis upper A right-parenthesis equals left-parenthesis left-parenthesis trace upper A right-parenthesis Superscript 4 Baseline minus 6 trace left-parenthesis upper A squared right-parenthesis left-parenthesis trace upper A right-parenthesis squared plus 3 left-parenthesis trace left-parenthesis upper A squared right-parenthesis right-parenthesis squared plus 8 trace left-parenthesis upper A cubed right-parenthesis trace upper A minus 6 trace left-parenthesis upper A Superscript 4 Baseline right-parenthesis right-parenthesis slash 24 period

cf. Cayley-Hamilton theorem. Such expressions are deducible from combinatorial arguments, Newton's identities, or the Faddeev–LeVerrier algorithm. That is, for generic n, det A = (−) n c 0 the signed constant term of the characteristic polynomial, determined recursively from

c Subscript n Baseline equals 1 semicolon c Subscript n minus m Baseline equals minus StartFraction 1 Over m EndFraction sigma-summation Underscript k equals 1 Overscript m Endscripts c Subscript n minus m plus k Baseline normal t normal r upper A Superscript k Baseline left-parenthesis 1 less-than-or-equal-to m less-than-or-equal-to n right-parenthesis period

In the general case, this may also be obtained from [9]

det left-parenthesis upper A right-parenthesis equals sigma-summation Underscript k 1 comma k 2 comma ellipsis comma k Subscript n Baseline Endscripts product Underscript l equals 1 Overscript n Endscripts StartFraction left-parenthesis negative 1 right-parenthesis Superscript k Super Subscript l Superscript plus 1 Baseline Over l Superscript k Super Subscript l Superscript Baseline k Subscript l Baseline factorial EndFraction trace left-parenthesis upper A Superscript l Baseline right-parenthesis Superscript k Super Subscript l Superscript Baseline comma

where the sum is taken over the set of all integers k l ≥ 0 satisfying the equation

sigma-summation Underscript l equals 1 Overscript n Endscripts l k Subscript l Baseline equals n period

The formula can be expressed in terms of the complete exponential Bell polynomial of n arguments s l = - ( l – 1)! tr( A l ) as

det left-parenthesis upper A right-parenthesis equals StartFraction left-parenthesis negative 1 right-parenthesis Superscript n Baseline Over n factorial EndFraction upper B Subscript n Baseline left-parenthesis s 1 comma s 2 comma ellipsis comma s Subscript n Baseline right-parenthesis period

This formula can also be used to find the determinant of a matrix A I J with multidimensional indices I = (i 1,i 2,...,i r) and J = (j 1,j 2,...,j r). The product and trace of such matrices are defined in a natural way as

left-parenthesis upper A upper B right-parenthesis Subscript upper J Superscript upper I Baseline equals sigma-summation Underscript upper K Endscripts upper A Subscript upper K Superscript upper I Baseline upper B Subscript upper J Superscript upper K Baseline comma trace left-parenthesis upper A right-parenthesis equals sigma-summation Underscript upper I Endscripts upper A Subscript upper I Superscript upper I Baseline period

An important arbitrary dimension n identity can be obtained from the Mercator series expansion of the logarithm when the expansion converges. If every eigenvalue of A is less than 1 in absolute value,

StartLayout 1st Row det left-parenthesis upper I plus upper A right-parenthesis equals sigma-summation Underscript k equals 0 Overscript normal infinity Endscripts StartFraction 1 Over k factorial EndFraction left-parenthesis minus sigma-summation Underscript j equals 1 Overscript normal infinity Endscripts StartFraction left-parenthesis negative 1 right-parenthesis Superscript j Baseline Over j EndFraction trace left-parenthesis upper A Superscript j Baseline right-parenthesis right-parenthesis Superscript k Baseline comma EndLayout

where I is the identity matrix. More generally, if

StartLayout 1st Row sigma-summation Underscript k equals 0 Overscript normal infinity Endscripts StartFraction 1 Over k factorial EndFraction left-parenthesis minus sigma-summation Underscript j equals 1 Overscript normal infinity Endscripts StartFraction left-parenthesis negative 1 right-parenthesis Superscript j Baseline s Superscript j Baseline Over j EndFraction trace left-parenthesis upper A Superscript j Baseline right-parenthesis right-parenthesis Superscript k Baseline comma EndLayout

is expanded as a formal power series in s then all coefficients of s m for m > n are zero and the remaining polynomial is det( I+ sA).

Upper and lower bounds Edit

For a positive definite matrix A , the trace operator gives the following tight lower and upper bounds on the log determinant

StartLayout 1st Row trace left-parenthesis upper I minus upper A Superscript negative 1 Baseline right-parenthesis less-than-or-equal-to log det left-parenthesis upper A right-parenthesis less-than-or-equal-to trace left-parenthesis upper A minus upper I right-parenthesis EndLayout

with equality if and only if A= I . This relationship can be derived via the formula for the KL-divergence between two multivariate normal distributions.

Also,

StartFraction n Over normal t normal r left-parenthesis upper A Superscript negative 1 Baseline right-parenthesis EndFraction less-than-or-equal-to det left-parenthesis upper A right-parenthesis Superscript 1 slash n Baseline less-than-or-equal-to StartFraction 1 Over n EndFraction normal t normal r left-parenthesis upper A right-parenthesis less-than-or-equal-to StartRoot StartFraction 1 Over n EndFraction normal t normal r left-parenthesis upper A squared right-parenthesis EndRoot period

These inequalities can be proved by bringing the matrix A to the diagonal form. As such, they represent the well-known fact that the harmonic mean is less than the geometric mean, which is less than the arithmetic mean, which is, in turn, less than the root mean square.

Cramer's rule Edit

For a matrix equation

upper A x equals b , given that A has a nonzero determinant,

the solution is given by Cramer's rule:

x Subscript i Baseline equals StartFraction det left-parenthesis upper A Subscript i Baseline right-parenthesis Over det left-parenthesis upper A right-parenthesis EndFraction i equals 1 comma 2 comma 3 comma ellipsis comma n

where A i is the matrix formed by replacing the ith column of A by the column vector b. This follows immediately by column expansion of the determinant, i.e.

det left-parenthesis upper A Subscript i Baseline right-parenthesis equals det Start 1 By 5 Matrix 1st Row 1st Column a 1 comma 2nd Column ellipsis comma 3rd Column b comma 4th Column ellipsis comma 5th Column a Subscript n Baseline EndMatrix equals sigma-summation Underscript j equals 1 Overscript n Endscripts x Subscript j Baseline det Start 1 By 6 Matrix 1st Row 1st Column a 1 comma 2nd Column ellipsis comma a Subscript i minus 1 Baseline comma 3rd Column a Subscript j Baseline comma 4th Column a Subscript i plus 1 Baseline comma 5th Column ellipsis comma 6th Column a Subscript n Baseline EndMatrix equals x Subscript i Baseline det left-parenthesis upper A right-parenthesis

where the vectors a Subscript j are the columns of A. The rule is also implied by the identity

upper A a d j left-parenthesis upper A right-parenthesis equals a d j left-parenthesis upper A right-parenthesis upper A equals det left-parenthesis upper A right-parenthesis upper I Subscript n Baseline period

It has recently been shown that Cramer's rule can be implemented in O( n 3) time, [10] which is comparable to more common methods of solving systems of linear equations, such as LU, QR, or singular value decomposition.

Block matrices Edit

Suppose A, B, C, and D are matrices of dimension n × n , n × m , m × n , and m × m , respectively. Then

det Start 2 By 2 Matrix 1st Row 1st Column upper A 2nd Column 0 2nd Row 1st Column upper C 2nd Column upper D EndMatrix equals det left-parenthesis upper A right-parenthesis det left-parenthesis upper D right-parenthesis equals det Start 2 By 2 Matrix 1st Row 1st Column upper A 2nd Column upper B 2nd Row 1st Column 0 2nd Column upper D EndMatrix period

This can be seen from the Leibniz formula, or from a decomposition like (for the former case)

Start 2 By 2 Matrix 1st Row 1st Column upper A 2nd Column 0 2nd Row 1st Column upper C 2nd Column upper D EndMatrix equals Start 2 By 2 Matrix 1st Row 1st Column upper A 2nd Column 0 2nd Row 1st Column upper C 2nd Column upper I Subscript m Baseline EndMatrix Start 2 By 2 Matrix 1st Row 1st Column upper I Subscript n Baseline 2nd Column 0 2nd Row 1st Column 0 2nd Column upper D EndMatrix period

When A is invertible, one has

det Start 2 By 2 Matrix 1st Row 1st Column upper A 2nd Column upper B 2nd Row 1st Column upper C 2nd Column upper D EndMatrix equals det left-parenthesis upper A right-parenthesis det left-parenthesis upper D minus upper C upper A Superscript negative 1 Baseline upper B right-parenthesis period

as can be seen by employing the decomposition

Start 2 By 2 Matrix 1st Row 1st Column upper A 2nd Column upper B 2nd Row 1st Column upper C 2nd Column upper D EndMatrix equals Start 2 By 2 Matrix 1st Row 1st Column upper A 2nd Column 0 2nd Row 1st Column upper C 2nd Column upper I Subscript m Baseline EndMatrix Start 2 By 2 Matrix 1st Row 1st Column upper I Subscript n Baseline 2nd Column upper A Superscript negative 1 Baseline upper B 2nd Row 1st Column 0 2nd Column upper D minus upper C upper A Superscript negative 1 Baseline upper B EndMatrix period

When D is invertible, a similar identity with det left-parenthesis upper D right-parenthesis factored out can be derived analogously, [11] that is,

det Start 2 By 2 Matrix 1st Row 1st Column upper A 2nd Column upper B 2nd Row 1st Column upper C 2nd Column upper D EndMatrix equals det left-parenthesis upper D right-parenthesis det left-parenthesis upper A minus upper B upper D Superscript negative 1 Baseline upper C right-parenthesis period

When the blocks are square matrices of the same order further formulas hold. For example, if C and D commute (i.e., CD = DC ), then the following formula comparable to the determinant of a 2 × 2 matrix holds: [12]

det Start 2 By 2 Matrix 1st Row 1st Column upper A 2nd Column upper B 2nd Row 1st Column upper C 2nd Column upper D EndMatrix equals det left-parenthesis upper A upper D minus upper B upper C right-parenthesis period

Generally, if all pairs of n × n matrices of the np × np block matrix commute, then the determinant of the block matrix is equal to the determinant of the matrix obtained by computing the determinant of the block matrix considering its entries as the entries of a p × p matrix. [13] As the above example shows for p = 2, this criterion is sufficient, but not necessary.

When A = D and B = C, the blocks are square matrices of the same order and the following formula holds (even if A and B do not commute)

det Start 2 By 2 Matrix 1st Row 1st Column upper A 2nd Column upper B 2nd Row 1st Column upper B 2nd Column upper A EndMatrix equals det left-parenthesis upper A minus upper B right-parenthesis det left-parenthesis upper A plus upper B right-parenthesis period

When D is a 1×1 matrix, B is a column vector, and C is a row vector then

det Start 2 By 2 Matrix 1st Row 1st Column upper A 2nd Column upper B 2nd Row 1st Column upper C 2nd Column upper D EndMatrix equals left-parenthesis upper D minus 1 right-parenthesis det left-parenthesis upper A right-parenthesis plus det left-parenthesis upper A minus upper B upper C right-parenthesis equals left-parenthesis upper D plus 1 right-parenthesis det left-parenthesis upper A right-parenthesis minus det left-parenthesis upper A plus upper B upper C right-parenthesis period

Let s be a scalar complex number. If a block matrix is square, its characteristic polynomial can be factored with

StartLayout 1st Row 1st Column det Start 2 By 2 Matrix 1st Row 1st Column upper A minus s upper I 2nd Column upper B 2nd Row 1st Column upper C 2nd Column upper D minus s upper I EndMatrix 2nd Column equals det left-parenthesis upper A minus s upper I right-parenthesis det left-parenthesis upper D minus StartFraction upper C normal a normal d normal j left-parenthesis upper A minus s upper I right-parenthesis upper B Over det left-parenthesis upper A minus s upper I right-parenthesis EndFraction minus s upper I right-parenthesis normal i normal f s not-an-element-of normal e normal i normal g left-parenthesis upper A right-parenthesis 2nd Row 1st Column Blank 2nd Column equals det left-parenthesis upper A minus s upper I right-parenthesis Superscript 1 minus n minus m Baseline det left-parenthesis det left-parenthesis upper A minus s upper I right-parenthesis upper D minus upper C normal a normal d normal j left-parenthesis upper A minus s upper I right-parenthesis upper B minus det left-parenthesis upper A minus s upper I right-parenthesis s upper I right-parenthesis EndLayout

Derivative Edit

By definition, e.g., using the Leibniz formula, the determinant of real (or analogously for complex) square matrices is a polynomial function from R n × n to R. As such it is everywhere differentiable. Its derivative can be expressed using Jacobi's formula: [14]

StartFraction normal d det left-parenthesis upper A right-parenthesis Over normal d alpha EndFraction equals trace left-parenthesis a d j left-parenthesis upper A right-parenthesis StartFraction normal d upper A Over normal d alpha EndFraction right-parenthesis period

where adj( A) denotes the adjugate of A. In particular, if A is invertible, we have

StartFraction normal d det left-parenthesis upper A right-parenthesis Over normal d alpha EndFraction equals det left-parenthesis upper A right-parenthesis trace left-parenthesis upper A Superscript negative 1 Baseline StartFraction normal d upper A Over normal d alpha EndFraction right-parenthesis period

Expressed in terms of the entries of A, these are

StartFraction partial-differential det left-parenthesis upper A right-parenthesis Over partial-differential upper A Subscript i j Baseline EndFraction equals a d j left-parenthesis upper A right-parenthesis Subscript j i Baseline equals det left-parenthesis upper A right-parenthesis left-parenthesis upper A Superscript negative 1 Baseline right-parenthesis Subscript j i Baseline period

Yet another equivalent formulation is

det left-parenthesis upper A plus epsilon upper X right-parenthesis minus det left-parenthesis upper A right-parenthesis equals trace left-parenthesis a d j left-parenthesis upper A right-parenthesis upper X right-parenthesis epsilon plus upper O left-parenthesis epsilon squared right-parenthesis equals det left-parenthesis upper A right-parenthesis trace left-parenthesis upper A Superscript negative 1 Baseline upper X right-parenthesis epsilon plus upper O left-parenthesis epsilon squared right-parenthesis ,

using big O notation. The special case where upper A equals upper I , the identity matrix, yields

det left-parenthesis upper I plus epsilon upper X right-parenthesis equals 1 plus trace left-parenthesis upper X right-parenthesis epsilon plus upper O left-parenthesis epsilon squared right-parenthesis period

This identity is used in describing the tangent space of certain matrix Lie groups.

If the matrix A is written as upper A equals Start 1 By 3 Matrix 1st Row 1st Column bold a 2nd Column bold b 3rd Column bold c EndMatrix where a, b, c are column vectors of length 3, then the gradient over one of the three vectors may be written as the cross product of the other two:

StartLayout 1st Row 1st Column nabla Subscript bold a Baseline det left-parenthesis upper A right-parenthesis 2nd Column equals bold b times bold c 2nd Row 1st Column nabla Subscript bold b Baseline det left-parenthesis upper A right-parenthesis 2nd Column equals bold c times bold a 3rd Row 1st Column nabla Subscript bold c Baseline det left-parenthesis upper A right-parenthesis 2nd Column equals bold a times bold b period EndLayout

Determinant of an endomorphism Edit

The above identities concerning the determinant of products and inverses of matrices imply that similar matrices have the same determinant: two matrices A and B are similar, if there exists an invertible matrix X such that A = X −1 BX . Indeed, repeatedly applying the above identities yields

det left-parenthesis upper A right-parenthesis equals det left-parenthesis upper X right-parenthesis Superscript negative 1 Baseline det left-parenthesis upper B right-parenthesis det left-parenthesis upper X right-parenthesis equals det left-parenthesis upper B right-parenthesis det left-parenthesis upper X right-parenthesis Superscript negative 1 Baseline det left-parenthesis upper X right-parenthesis equals det left-parenthesis upper B right-parenthesis period

The determinant is therefore also called a similarity invariant. The determinant of a linear transformation

upper T colon upper V right-arrow upper V

for some finite-dimensional vector space V is defined to be the determinant of the matrix describing it, with respect to an arbitrary choice of basis in V. By the similarity invariance, this determinant is independent of the choice of the basis for V and therefore only depends on the endomorphism T.

Exterior algebra Edit

The determinant of a linear transformation A : VV of an n-dimensional vector space V can be formulated in a coordinate-free manner by considering the nth exterior power Λ n V of V. A induces a linear map

normal upper Lamda Superscript n Baseline upper A colon normal upper Lamda Superscript n Baseline upper V right-arrow normal upper Lamda Superscript n Baseline upper V v 1 logical-and v 2 logical-and midline-horizontal-ellipsis logical-and v Subscript n Baseline right-arrow from bar upper A v 1 logical-and upper A v 2 logical-and midline-horizontal-ellipsis logical-and upper A v Subscript n Baseline period

As Λ n V is one-dimensional, the map Λ n A is given by multiplying with some scalar. This scalar coincides with the determinant of A, that is to say

left-parenthesis normal upper Lamda Superscript n Baseline upper A right-parenthesis left-parenthesis v 1 logical-and midline-horizontal-ellipsis logical-and v Subscript n Baseline right-parenthesis equals det left-parenthesis upper A right-parenthesis dot v 1 logical-and midline-horizontal-ellipsis logical-and v Subscript n Baseline period

This definition agrees with the more concrete coordinate-dependent definition. This follows from the characterization of the determinant given above. For example, switching two columns changes the sign of the determinant; likewise, permuting the vectors in the exterior product v 1v 2v 3 ∧ … ∧ v n to v 2v 1v 3 ∧ … ∧ v n , say, also changes its sign.

For this reason, the highest non-zero exterior power Λ n ( V) is sometimes also called the determinant of V and similarly for more involved objects such as vector bundles or chain complexes of vector spaces. Minors of a matrix can also be cast in this setting, by considering lower alternating forms Λ k V with k < n .

Transformation on alternating multilinear n-forms Edit

The vector space W of all alternating multilinear n-forms on an n-dimensional vector space V has dimension one. To each linear transformation T on V we associate a linear transformation T′ on W, where for each w in W we define ( Tw)( x 1, …, x n ) = w( Tx 1, …, Tx n ). As a linear transformation on a one-dimensional space, T′ is equivalent to a scalar multiple. We call this scalar the determinant of T.

Square matrices over commutative rings and abstract properties Edit

The determinant can also be characterized as the unique function

upper D colon upper M Subscript n Baseline left-parenthesis upper K right-parenthesis right-arrow upper K

from the set of all n × n matrices with entries in a field K to this field satisfying the following three properties: first, D is an n-linear function: considering all but one column of A fixed, the determinant is linear in the remaining column, that is

upper D left-parenthesis v 1 comma ellipsis comma v Subscript i minus 1 Baseline comma a v Subscript i Baseline plus b w comma v Subscript i plus 1 Baseline comma ellipsis comma v Subscript n Baseline right-parenthesis equals a upper D left-parenthesis v 1 comma ellipsis comma v Subscript i minus 1 Baseline comma v Subscript i Baseline comma v Subscript i plus 1 Baseline comma ellipsis comma v Subscript n Baseline right-parenthesis plus b upper D left-parenthesis v 1 comma ellipsis comma v Subscript i minus 1 Baseline comma w comma v Subscript i plus 1 Baseline comma ellipsis comma v Subscript n Baseline right-parenthesis

for any column vectors v 1, ..., v n , and w and any scalars (elements of K) a and b. Second, D is an alternating function: for any matrix A with two identical columns, D( A) = 0. Finally, D( I n ) = 1, where I n is the identity matrix.

This fact also implies that every other n-linear alternating function F: M n ( K) → K satisfies

upper F left-parenthesis upper M right-parenthesis equals upper F left-parenthesis upper I right-parenthesis upper D left-parenthesis upper M right-parenthesis period

This definition can also be extended where K is a commutative ring R, in which case a matrix is invertible if and only if its determinant is an invertible element in R. For example, a matrix A with entries in Z, the integers, is invertible (in the sense that there exists an inverse matrix with integer entries) if the determinant is +1 or −1. Such a matrix is called unimodular.

The determinant defines a mapping

normal upper G normal upper L Subscript n Baseline left-parenthesis upper R right-parenthesis right-arrow upper R Superscript times Baseline comma

between the group of invertible n × n matrices with entries in R and the multiplicative group of units in R. Since it respects the multiplication in both groups, this map is a group homomorphism. Secondly, given a ring homomorphism f: RS , there is a map GL n(f): GL n ( R) → GL n ( S) given by replacing all entries in R by their images under f. The determinant respects these maps, i.e., given a matrix A = ( a i, j ) with entries in R, the identity

f left-parenthesis det left-parenthesis left-parenthesis a Subscript i comma j Baseline right-parenthesis right-parenthesis right-parenthesis equals det left-parenthesis left-parenthesis f left-parenthesis a Subscript i comma j Baseline right-parenthesis right-parenthesis right-parenthesis

holds. In other words, the following diagram commutes:

For example, the determinant of the complex conjugate of a complex matrix (which is also the determinant of its conjugate transpose) is the complex conjugate of its determinant, and for integer matrices: the reduction modulo m of the determinant of such a matrix is equal to the determinant of the matrix reduced modulo m (the latter determinant being computed using modular arithmetic). In the language of category theory, the determinant is a natural transformation between the two functors GL n and (⋅) × (see also Natural transformation#Determinant). [15] Adding yet another layer of abstraction, this is captured by saying that the determinant is a morphism of algebraic groups, from the general linear group to the multiplicative group,

det colon normal upper G normal upper L Subscript n Baseline right-arrow double-struck upper G Subscript m Baseline period

Infinite matrices Edit

For matrices with an infinite number of rows and columns, the above definitions of the determinant do not carry over directly. For example, in the Leibniz formula, an infinite sum (all of whose terms are infinite products) would have to be calculated. Functional analysis provides different extensions of the determinant for such infinite-dimensional situations, which however only work for particular kinds of operators.

The Fredholm determinant defines the determinant for operators known as trace class operators by an appropriate generalization of the formula

det left-parenthesis upper I plus upper A right-parenthesis equals exp left-parenthesis trace left-parenthesis log left-parenthesis upper I plus upper A right-parenthesis right-parenthesis right-parenthesis period

Another infinite-dimensional notion of determinant is the functional determinant.

Related notions for non-commutative rings Edit

For square matrices with entries in a non-commutative ring, there are various difficulties in defining determinants analogously to that for commutative rings. A meaning can be given to the Leibniz formula provided that the order for the product is specified, and similarly for other ways to define the determinant, but non-commutativity then leads to the loss of many fundamental properties of the determinant, for instance the multiplicative property or the fact that the determinant is unchanged under transposition of the matrix. Over non-commutative rings, there is no reasonable notion of a multilinear form (existence of a nonzero bilinear form [ clarify ] with a regular element of R as value on some pair of arguments implies that R is commutative). Nevertheless, various notions of non-commutative determinant have been formulated, which preserve some of the properties of determinants, notably quasideterminants and the Dieudonné determinant. It may be noted that if one considers certain specific classes of matrices with non-commutative elements, then there are examples where one can define the determinant and prove linear algebra theorems that are very similar to their commutative analogs. Examples include quantum groups and q-determinant, Capelli matrix and Capelli determinant, super-matrices and Berezinian; Manin matrices is the class of matrices which is most close to matrices with commutative elements.

Further variants Edit

Determinants of matrices in superrings (that is, Z 2-graded rings) are known as Berezinians or superdeterminants. [16]

The permanent of a matrix is defined as the determinant, except that the factors sgn( σ) occurring in Leibniz's rule are omitted. The immanant generalizes both by introducing a character of the symmetric group S n in Leibniz's rule.

Determinants are mainly used as a theoretical tool. They are rarely calculated explicitly in numerical linear algebra, where for applications like checking invertibility and finding eigenvalues the determinant has largely been supplanted by other techniques. [17] Nonetheless, explicitly calculating determinants is required in some situations, and different methods are available to do so.

Naive methods of implementing an algorithm to compute the determinant include using the Leibniz formula or Laplace's formula. Both these approaches are extremely inefficient for large matrices, though, since the number of required operations grows very quickly: it is of order n! ( n factorial) for an n × n matrix M. For example, Leibniz's formula requires calculating n! products. Therefore, more involved techniques have been developed for calculating determinants.

Decomposition methods Edit

Given a matrix A, some methods compute its determinant by writing A as a product of matrices whose determinants can be more easily computed. Such techniques are referred to as decomposition methods. Examples include the LU decomposition, the QR decomposition or the Cholesky decomposition (for positive definite matrices). These methods are of order O( n 3), which is a significant improvement over O( n!)

The LU decomposition expresses A in terms of a lower triangular matrix L, an upper triangular matrix U and a permutation matrix P:

upper A equals upper P upper L upper U period

The determinants of L and U can be quickly calculated, since they are the products of the respective diagonal entries. The determinant of P is just the sign epsilon of the corresponding permutation (which is +1 for an even number of permutations and is −1 for an uneven number of permutations). The determinant of A is then

det left-parenthesis upper A right-parenthesis equals epsilon det left-parenthesis upper L right-parenthesis dot det left-parenthesis upper U right-parenthesis period

(See determinant identities.) Moreover, the decomposition can be chosen such that L is a unitriangular matrix and therefore has determinant 1, in which case the formula further simplifies to

det left-parenthesis upper A right-parenthesis equals epsilon det left-parenthesis upper U right-parenthesis period

Further methods Edit

If the determinant of A and the inverse of A have already been computed, the matrix determinant lemma allows to quickly calculate the determinant of A + uv T , where u and v are column vectors.

Since the definition of the determinant does not need divisions, a question arises: do fast algorithms exist that do not need divisions? This is especially interesting for matrices over rings. Indeed, algorithms with run-time proportional to n 4 exist. An algorithm of Mahajan and Vinay, and Berkowitz [18] is based on closed ordered walks (short clow). It computes more products than the determinant definition requires, but some of these products cancel and the sum of these products can be computed more efficiently. The final algorithm looks very much like an iterated product of triangular matrices.

If two matrices of order n can be multiplied in time M( n), where M( n) ≥ n a for some a > 2, then the determinant can be computed in time O( M( n)). [19] This means, for example, that an O( n 2.376) algorithm exists based on the Coppersmith–Winograd algorithm.

Charles Dodgson (i.e. Lewis Carroll of Alice's Adventures in Wonderland fame) invented a method for computing determinants called Dodgson condensation. Unfortunately this interesting method does not always work in its original form.

Algorithms can also be assessed according to their bit complexity, i.e., how many bits of accuracy are needed to store intermediate values occurring in the computation. For example, the Gaussian elimination (or LU decomposition) method is of order O( n 3), but the bit length of intermediate values can become exponentially long. [20] The Bareiss Algorithm, on the other hand, is an exact-division method based on Sylvester's identity is also of order n 3, but the bit complexity is roughly the bit size of the original entries in the matrix times n. [21]

Historically, determinants were used long 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, determinants were first used in the Chinese mathematics textbook The Nine Chapters on the Mathematical Art (九章算術, Chinese scholars, around the 3rd century BCE). In Europe, 2 × 2 determinants were considered by Cardano at the end of the 16th century and larger ones by Leibniz. [22] [23] [24] [25]

In Japan, Seki Takakazu (関 孝和) is credited with the discovery of the resultant and the determinant (at first in 1683, the complete version no later than 1710). In Europe, Cramer (1750) added to the theory, treating the subject in relation to sets of equations. The recurrence law was first announced by Bézout (1764).

It was Vandermonde (1771) who first recognized determinants as independent functions. [22] Laplace (1772) [26] [27] 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 and applied it to questions of elimination theory; he proved many special cases of general identities.

Gauss (1801) made the next advance. Like Lagrange, he made much use of determinants in the theory of numbers. He introduced the word determinant (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 (November 30, 1812) that Binet presented his paper to the Academy, Cauchy also presented one on the subject. (See Cauchy–Binet formula.) In this he used the word determinant in its present sense, [28] [29] 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. [22] [30] With him begins the theory in its generality.

The next important figure was Jacobi [23] (from 1827). He early used the functional determinant which Sylvester later called the Jacobian, and in his memoirs in Crelle's Journal 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. [31] [32]

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 textbooks on the subject Spottiswoode's was the first. In America, Hanus (1886), Weld (1893), and Muir/Metzler (1933) published treatises.

Linear independence Edit

As mentioned above, the determinant of a matrix (with real or complex entries, say) is zero if and only if the column vectors (or the row vectors) of the matrix are linearly dependent. Thus, determinants can be used to characterize linearly dependent vectors. For example, given two linearly independent vectors v 1, v 2 in R 3, a third vector v 3 lies in the plane spanned by the former two vectors exactly if the determinant of the 3 × 3 matrix consisting of the three vectors is zero. The same idea is also used in the theory of differential equations: given n functions f 1( x), …, f n ( x) (supposed to be n − 1 times differentiable), the Wronskian is defined to be

upper W left-parenthesis f 1 comma ellipsis comma f Subscript n Baseline right-parenthesis left-parenthesis x right-parenthesis equals Start 4 By 4 Determinant 1st Row 1st Column f 1 left-parenthesis x right-parenthesis 2nd Column f 2 left-parenthesis x right-parenthesis 3rd Column midline-horizontal-ellipsis 4th Column f Subscript n Baseline left-parenthesis x right-parenthesis 2nd Row 1st Column f prime 1 left-parenthesis x right-parenthesis 2nd Column f prime 2 left-parenthesis x right-parenthesis 3rd Column midline-horizontal-ellipsis 4th Column f prime Subscript n Baseline left-parenthesis x right-parenthesis 3rd Row 1st Column vertical-ellipsis 2nd Column vertical-ellipsis 3rd Column down-right-diagonal-ellipsis 4th Column vertical-ellipsis 4th Row 1st Column f 1 Superscript left-parenthesis n minus 1 right-parenthesis Baseline left-parenthesis x right-parenthesis 2nd Column f 2 Superscript left-parenthesis n minus 1 right-parenthesis Baseline left-parenthesis x right-parenthesis 3rd Column midline-horizontal-ellipsis 4th Column f Subscript n Superscript left-parenthesis n minus 1 right-parenthesis Baseline left-parenthesis x right-parenthesis EndDeterminant period

It is non-zero (for some x) in a specified interval if and only if the given functions and all their derivatives up to order n−1 are linearly independent. If it can be shown that the Wronskian is zero everywhere on an interval then, in the case of analytic functions, this implies the given functions are linearly dependent. See the Wronskian and linear independence.

Orientation of a basis Edit

The determinant can be thought of as assigning a number to every sequence of n vectors in R n , by using the square matrix whose columns are the given vectors. For instance, an orthogonal matrix with entries in R n represents an orthonormal basis in Euclidean space. The determinant of such a matrix determines whether the orientation of the basis is consistent with or opposite to the orientation of the standard basis. If the determinant is +1, the basis has the same orientation. If it is −1, the basis has the opposite orientation.

More generally, if the determinant of A is positive, A represents an orientation-preserving linear transformation (if A is an orthogonal 2 × 2 or 3 × 3 matrix, this is a rotation), while if it is negative, A switches the orientation of the basis.

Volume and Jacobian determinant Edit

As pointed out above, 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 f: R n R n is the linear map represented by the matrix A, and S is any measurable subset of R n , then the volume of f( S) is given by |det( A)| times the volume of S. More generally, if the linear map f: R n R m is represented by the m × n matrix A, then the n-dimensional volume of f( S) is given by:

v o l u m e left-parenthesis f left-parenthesis upper S right-parenthesis right-parenthesis equals StartRoot det left-parenthesis upper A Superscript normal upper T Baseline upper A right-parenthesis EndRoot times v o l u m e left-parenthesis upper S right-parenthesis period

By calculating the volume of the tetrahedron bounded by four points, they can be used to identify skew lines. The volume of any tetrahedron, given its vertices a, b, c, and d, is (1/6)·| det( ab, bc, cd)|, or any other combination of pairs of vertices that would form a spanning tree over the vertices.

For a general differentiable function, much of the above carries over by considering the Jacobian matrix of f. For

f colon bold upper R Superscript n Baseline right-arrow bold upper R Superscript n Baseline comma

the Jacobian matrix is the n × n matrix whose entries are given by

upper D left-parenthesis f right-parenthesis equals left-parenthesis StartFraction partial-differential f Subscript i Baseline Over partial-differential x Subscript j Baseline EndFraction right-parenthesis Subscript 1 less-than-or-equal-to i comma j less-than-or-equal-to n Baseline period

Its determinant, the Jacobian determinant, appears in the higher-dimensional version of integration by substitution: for suitable functions f and an open subset U of R n (the domain of f), the integral over f( U) of some other function φ: R n R m is given by

integral Underscript f left-parenthesis upper U right-parenthesis Endscripts phi left-parenthesis bold v right-parenthesis d bold v equals integral Underscript upper U Endscripts phi left-parenthesis f left-parenthesis bold u right-parenthesis right-parenthesis StartAbsoluteValue det left-parenthesis normal upper D f right-parenthesis left-parenthesis bold u right-parenthesis EndAbsoluteValue d bold u period

The Jacobian also occurs in the inverse function theorem.

Vandermonde determinant (alternant) Edit

The third order Vandermonde determinant is

Start 3 By 3 Determinant 1st Row 1st Column 1 2nd Column 1 3rd Column 1 2nd Row 1st Column x 1 2nd Column x 2 3rd Column x 3 3rd Row 1st Column x 1 squared 2nd Column x 2 squared 3rd Column x 3 squared EndDeterminant equals left-parenthesis x 3 minus x 2 right-parenthesis left-parenthesis x 3 minus x 1 right-parenthesis left-parenthesis x 2 minus x 1 right-parenthesis period

In general, the nth-order Vandermonde determinant is [33]

Start 5 By 5 Determinant 1st Row 1st Column 1 2nd Column 1 3rd Column 1 4th Column midline-horizontal-ellipsis 5th Column 1 2nd Row 1st Column x 1 2nd Column x 2 3rd Column x 3 4th Column midline-horizontal-ellipsis 5th Column x Subscript n Baseline 3rd Row 1st Column x 1 squared 2nd Column x 2 squared 3rd Column x 3 squared 4th Column midline-horizontal-ellipsis 5th Column x Subscript n Superscript 2 Baseline 4th Row 1st Column vertical-ellipsis 2nd Column vertical-ellipsis 3rd Column vertical-ellipsis 4th Column down-right-diagonal-ellipsis 5th Column vertical-ellipsis 5th Row 1st Column x 1 Superscript n minus 1 Baseline 2nd Column x 2 Superscript n minus 1 Baseline 3rd Column x 3 Superscript n minus 1 Baseline 4th Column midline-horizontal-ellipsis 5th Column x Subscript n Superscript n minus 1 Baseline EndDeterminant equals product Underscript 1 less-than-or-equal-to i less-than j less-than-or-equal-to n Endscripts left-parenthesis x Subscript j Baseline minus x Subscript i Baseline right-parenthesis comma

where the right-hand side is the continued product of all the differences that can be formed from the n( n−1)/2 pairs of numbers taken from x 1, x 2, …, x n , with the order of the differences taken in the reversed order of the suffixes that are involved.

Circulants Edit

Second order

Start 2 By 2 Determinant 1st Row 1st Column x 1 2nd Column x 2 2nd Row 1st Column x 2 2nd Column x 1 EndDeterminant equals left-parenthesis x 1 plus x 2 right-parenthesis left-parenthesis x 1 minus x 2 right-parenthesis period

Third order

Start 3 By 3 Determinant 1st Row 1st Column x 1 2nd Column x 2 3rd Column x 3 2nd Row 1st Column x 3 2nd Column x 1 3rd Column x 2 3rd Row 1st Column x 2 2nd Column x 3 3rd Column x 1 EndDeterminant equals left-parenthesis x 1 plus x 2 plus x 3 right-parenthesis left-parenthesis x 1 plus omega x 2 plus omega squared x 3 right-parenthesis left-parenthesis x 1 plus omega squared x 2 plus omega x 3 right-parenthesis comma

where ω and ω 2 are the complex cube roots of 1. In general, the nth-order circulant determinant is [33]

Start 5 By 5 Determinant 1st Row 1st Column x 1 2nd Column x 2 3rd Column x 3 4th Column midline-horizontal-ellipsis 5th Column x Subscript n Baseline 2nd Row 1st Column x Subscript n Baseline 2nd Column x 1 3rd Column x 2 4th Column midline-horizontal-ellipsis 5th Column x Subscript n minus 1 Baseline 3rd Row 1st Column x Subscript n minus 1 Baseline 2nd Column x Subscript n Baseline 3rd Column x 1 4th Column midline-horizontal-ellipsis 5th Column x Subscript n minus 2 Baseline 4th Row 1st Column vertical-ellipsis 2nd Column vertical-ellipsis 3rd Column vertical-ellipsis 4th Column down-right-diagonal-ellipsis 5th Column vertical-ellipsis 5th Row 1st Column x 2 2nd Column x 3 3rd Column x 4 4th Column midline-horizontal-ellipsis 5th Column x 1 EndDeterminant equals product Underscript j equals 1 Overscript n Endscripts left-parenthesis x 1 plus x 2 omega Subscript j Baseline plus x 3 omega Subscript j Superscript 2 Baseline plus ellipsis plus x Subscript n Baseline omega Subscript j Superscript n minus 1 Baseline right-parenthesis comma

where ω j is an nth root of 1.

  1. ^ https://textbooks.math.gatech.edu/ila/determinants-volumes.html
  2. ^ Serge Lang, Linear Algebra, 2nd Edition, Addison-Wesley, 1971, pp 173, 191.
  3. ^ WildLinAlg episode 4, Norman J Wildberger, Univ. of New South Wales, 2010, lecture via youtube
  4. ^ Lin, Minghua; Sra, Suvrit. "Completely strong superadditivity of generalized matrix functions". arxiv . Retrieved 27 July 2017.  
  5. ^ Paksoy; Turkmen; Zhang (4-1-2014). "Inequalities of Generalized Matrix Functions via Tensor Products". Electronic Journal of Linear Algebra. 27. doi:10.13001/1081-3810.1622.  
  6. ^ In a non-commutative setting left-linearity (compatibility with left-multiplication by scalars) should be distinguished from right-linearity. Assuming linearity in the columns is taken to be left-linearity, one would have, for non-commuting scalars a, b: a b equals a b Start 2 By 2 Determinant 1st Row 1 0 2nd Row 0 1 EndDeterminant equals a Start 2 By 2 Determinant 1st Row 1 0 2nd Row 0 b EndDeterminant equals Start 2 By 2 Determinant 1st Row a 0 2nd Row 0 b EndDeterminant equals b Start 2 By 2 Determinant 1st Row a 0 2nd Row 0 1 EndDeterminant equals b a Start 2 By 2 Determinant 1st Row 1 0 2nd Row 0 1 EndDeterminant equals b a comma a contradiction. There is no useful notion of multi-linear functions over a non-commutative ring.
  7. ^ § 0.8.2 of R. A. Horn & C. R. Johnson: Matrix Analysis 2nd ed. (2013) Cambridge University Press. ISBN 978-0-521-54823-6.
  8. ^ Proofs can be found in http://www.ee.ic.ac.uk/hp/staff/dmb/matrix/proof003.html
  9. ^ A proof can be found in the Appendix B of Kondratyuk, L. A.; Krivoruchenko, M. I. (1992). "Superconducting quark matter in SU(2) color group". Zeitschrift für Physik A. 344: 99–115. doi:10.1007/BF01291027.  
  10. ^ Habgood, Ken; Arel, Itamar (2012). "A condensation-based application of Cramerʼs rule for solving large-scale linear systems". Journal of Discrete Algorithms. 10: 98–109. doi:10.1016/j.jda.2011.06.007.  
  11. ^ These identities were taken from http://www.ee.ic.ac.uk/hp/staff/dmb/matrix/proof003.html
  12. ^ Proofs are given in Silvester, J. R. (2000). "Determinants of Block Matrices" (PDF). Math. Gazette. 84: 460–467. JSTOR 3620776.  
  13. ^ Sothanaphan, Nat (January 2017). "Determinants of block matrices with noncommuting blocks". Linear Algebra and its Applications. 512: 202–218. doi:10.1016/j.laa.2016.10.004.  
  14. ^ § 0.8.10 of R. A. Horn & C. R. Johnson: Matrix Analysis 2nd ed. (2013) Cambridge University Press. ISBN 978-0-521-54823-6.
  15. ^ Mac Lane, Saunders (1998), Categories for the Working Mathematician, Graduate Texts in Mathematics 5 ((2nd ed.) ed.), Springer-Verlag, ISBN 0-387-98403-8  
  16. ^ Varadarajan, V. S (2004), Supersymmetry for mathematicians: An introduction, ISBN 978-0-8218-3574-6.  
  17. ^ L. N. Trefethen and D. Bau, Numerical Linear Algebra (SIAM, 1997). e.g. in Lecture 1: "... we mention that the determinant, though a convenient notion theoretically, rarely finds a useful role in numerical algorithms."
  18. ^ http://page.inf.fu-berlin.de/~rote/Papers/pdf/Division-free+algorithms.pdf
  19. ^ Bunch, J. R.; Hopcroft, J. E. (1974). "Triangular Factorization and Inversion by Fast Matrix Multiplication". Mathematics of Computation. 28 (125): 231–236. doi:10.1090/S0025-5718-1974-0331751-8.  
  20. ^ Fang, Xin Gui; Havas, George (1997). "On the worst-case complexity of integer Gaussian elimination" (PDF). Proceedings of the 1997 international symposium on Symbolic and algebraic computation. ISSAC '97. Kihei, Maui, Hawaii, United States: ACM. pp. 28–31. doi:10.1145/258726.258740. ISBN 0-89791-875-4.  
  21. ^ Bareiss, Erwin (1968), "Sylvester's Identity and Multistep Integer-Preserving Gaussian Elimination" (PDF), Mathematics of Computation, 22 (102): 565–578  
  22. ^ a b c Campbell, H: "Linear Algebra With Applications", pages 111–112. Appleton Century Crofts, 1971
  23. ^ a b Eves, H: "An Introduction to the History of Mathematics", pages 405, 493–494, Saunders College Publishing, 1990.
  24. ^ A Brief History of Linear Algebra and Matrix Theory : "Archived copy". Archived from the original on 2012-09-10 . Retrieved 2012-01-24 .  
  25. ^ Cajori, F. A History of Mathematics p. 80
  26. ^ Expansion of determinants in terms of minors: Laplace, Pierre-Simon (de) "Researches sur le calcul intégral et sur le systéme du monde," Histoire de l'Académie Royale des Sciences (Paris), seconde partie, pages 267–376 (1772).
  27. ^ Muir, Sir Thomas, The Theory of Determinants in the historical Order of Development [London, England: Macmillan and Co., Ltd., 1906]. JFM 37.0181.02
  28. ^ The first use of the word "determinant" in the modern sense appeared in: Cauchy, Augustin-Louis "Memoire sur les fonctions qui ne peuvent obtenir que deux valeurs égales et des signes contraires par suite des transpositions operées entre les variables qu'elles renferment," which was first read at the Institute de France in Paris on November 30, 1812, and which was subsequently published in the Journal de l'Ecole Polytechnique, Cahier 17, Tome 10, pages 29–112 (1815).
  29. ^ Origins of mathematical terms: http://jeff560.tripod.com/d.html
  30. ^ History of matrices and determinants: http://www-history.mcs.st-and.ac.uk/history/HistTopics/Matrices_and_determinants.html
  31. ^ The first use of vertical lines to denote a determinant appeared in: Cayley, Arthur "On a theorem in the geometry of position," Cambridge Mathematical Journal, vol. 2, pages 267–271 (1841).
  32. ^ History of matrix notation: http://jeff560.tripod.com/matrices.html
  33. ^ a b Gradshteyn, Izrail Solomonovich; Ryzhik, Iosif Moiseevich; Geronimus, Yuri Veniaminovich; Tseytlin, Michail Yulyevich (February 2007). "14.31". In Jeffrey, Alan; Zwillinger, Daniel. Table of Integrals, Series, and Products. Translated by Scripta Technica, Inc. (7 ed.). Academic Press, Inc. ISBN 0-12-373637-4. LCCN 2010481177. MR 2360010.