Determinant

From Wikipedia, the free encyclopedia
(Redirected from Matrix determinant)
Jump to navigation Jump to search

Template:Short description Script error: No such module "about". Script error: No such module "Distinguish". In mathematics, the determinant is a scalar-valued function of the entries of a square matrix. The determinant of a matrix Template:Math is commonly denoted Template:Math, Template:Math, or Template:Math. Its value characterizes some properties of the matrix and the linear map represented, on a given basis, by the matrix. In particular, the determinant is nonzero if and only if the matrix is invertible and the corresponding linear map is an isomorphism. However, if the determinant is zero, the matrix is referred to as singular, meaning it does not have an inverse.

The determinant is completely determined by the two following properties: the determinant of a product of matrices is the product of their determinants, and the determinant of a triangular matrix is the product of its diagonal entries.

The determinant of a Template:Math matrix is

|abcd|=adbc,

and the determinant of a Template:Math matrix is

|abcdefghi|=aei+bfg+cdhcegbdiafh.

The determinant of an Template:Math matrix can be defined in several equivalent ways, the most common being Leibniz formula, which expresses the determinant as a sum of n! (the factorial of Template:Mvar) signed products of matrix entries. It can be computed by the Laplace expansion, which expresses the determinant as a linear combination of determinants of submatrices, or with Gaussian elimination, which allows computing a row echelon form with the same determinant, equal to the product of the diagonal entries of the row echelon form.

Determinants can also be defined by some of their properties. Namely, the determinant is the unique function defined on the Template:Math matrices that has the four following properties:

  1. The determinant of the identity matrix is Template:Math.
  2. The exchange of two rows multiplies the determinant by Template:Math.
  3. Multiplying a row by a number multiplies the determinant by this number.
  4. Adding a multiple of one row to another row does not change the determinant.

The above properties relating to rows (properties 2–4) may be replaced by the corresponding statements with respect to columns.

The determinant is invariant under matrix similarity. This implies that, given a linear endomorphism of a finite-dimensional vector space, the determinant of the matrix that represents it on a basis does not depend on the chosen basis. This allows defining the determinant of a linear endomorphism, which does not depend on the choice of a coordinate system.

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 square matrix, whose roots are the eigenvalues. In geometry, the signed Template:Mvar-dimensional volume of a Template:Mvar-dimensional parallelepiped is expressed by a determinant, and the determinant of a linear endomorphism determines how the orientation and the Template:Mvar-dimensional volume are transformed under the endomorphism. This is used in calculus with exterior differential forms and the Jacobian determinant, in particular for changes of variables in multiple integrals.

Two by two matrices

The determinant of a Template:Math matrix (abcd) is denoted either by "Template:Math" or by vertical bars around the matrix, and is defined as

det(abcd)=|abcd|=adbc.

For example,

det(3714)=|3714|=(3(4))(71)=19.

First properties

The determinant has several key properties that can be proved by direct evaluation of the definition for 2×2-matrices, and that continue to hold for determinants of larger matrices. They are as follows:[1] first, the determinant of the identity matrix (1001) is 1. Second, the determinant is zero if two rows are the same:

|abab|=abba=0.

This holds similarly if the two columns are the same. Moreover,

|ab+bcd+d|=a(d+d)(b+b)c=|abcd|+|abcd|.

Finally, if any column is multiplied by some number r (i.e., all entries in that column are multiplied by that number), the determinant is also multiplied by that number:

|rabrcd|=radbrc=r(adbc)=r|abcd|.

Geometric meaning

File:Area parallelogram as determinant modified.svg
The area of the parallelogram is the absolute value of the determinant of the matrix formed by the vectors representing the parallelogram's sides.

If the matrix entries are real numbers, the matrix Template:Math represents the linear map that maps the basis vectors to the columns of Template:Math. 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 columns of the above matrix is the one with vertices at Template:Math, Template:Math, Template:Math, and Template:Math, as shown in the accompanying diagram.

The absolute value of Template:Math is the area of the parallelogram, and thus represents the scale factor by which areas are transformed by Template:Math.

The absolute value of the determinant together with the sign becomes the signed area of the parallelogram. The signed 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 Template:Math is the signed area, one may consider a matrix containing two vectors Template:Math and Template:Math representing the parallelogram's sides. The signed area can be expressed as Template:Math 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. Template:Math, so that Template:Math becomes the signed area in question, which can be determined by the pattern of the scalar product to be equal to Template:Math according to the following equations:

Signed area=|u||v|sinθ=|u||v|cosθ=(ca)(bd)=adbc.

Thus the determinant gives the area scale 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 preserves area and orientation.

File:Determinant parallelepiped.svg
The volume of this parallelepiped is the absolute value of the determinant of the matrix formed by the columns constructed from the vectors r1, r2, and r3.

If an Template:Math real matrix A is written in terms of its column vectors A=[𝐚1𝐚2𝐚n], then

A(100)=𝐚1,A(010)=𝐚2,,A(001)=𝐚n.

This means that A maps the unit n-cube to the n-dimensional parallelotope defined by the vectors 𝐚1,𝐚2,,𝐚n, the region P={c1𝐚1++cn𝐚n0ci1 i} ( stands for "for all" as a logical symbol.)

The determinant gives the signed n-dimensional volume of this parallelotope, det(A)=±vol(P), and hence describes more generally the n-dimensional volume scale factor of the linear transformation produced by A.[2] (The sign shows whether the transformation preserves or reverses orientation.) In particular, if the determinant is zero, then this parallelotope has volume zero and is not fully n-dimensional, which indicates that the dimension of the image of A is less than n. This means that A produces a linear transformation which is neither onto nor one-to-one, and so is not invertible.

Definition

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

A=[a1,1a1,2a1,na2,1a2,2a2,nan,1an,2an,n].

The entries a1,1 etc. are, for many purposes, real or complex numbers. As discussed below, the determinant is also defined for matrices whose entries are in a commutative ring.

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:

|a1,1a1,2a1,na2,1a2,2a2,nan,1an,2an,n|.

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

Script error: No such module "Labelled list hatnote".

3 × 3 matrices

The Leibniz formula for the determinant of a Template:Math matrix is the following:

|abcdefghi|=aei+bfg+cdhcegbdiafh. 

In this expression, each term has one factor from each row, all in different columns, arranged in increasing row order. For example, bdi has b from the first row second column, d from the second row first column, and i from the third row third column. The signs are determined by how many transpositions of factors are necessary to arrange the factors in increasing order of their columns (given that the terms are arranged left-to-right in increasing row order): positive for an even number of transpositions and negative for an odd number. For the example of bdi, the single transposition of bd to db gives dbi, whose three factors are from the first, second and third columns respectively; this is an odd number of transpositions, so the term appears with negative sign.

File:Sarrus rule1.svg
Rule of Sarrus

The rule of Sarrus is a mnemonic for the expanded form of this 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 Template:Math matrix does not carry over into higher dimensions.

n × n matrices

Generalizing the above to higher dimensions, the determinant of an n×n matrix is an expression involving permutations and their signatures. A permutation of the set {1,2,,n} is a bijective function σ from this set to itself, with values σ(1),σ(2),,σ(n) exhausting the entire set. The set of all such permutations, called the symmetric group, is commonly denoted Sn. The signature sgn(σ) of a permutation σ is +1, if the permutation can be obtained with an even number of transpositions (exchanges of two entries); otherwise, it is 1.

Given a matrix

A=[a1,1a1,nan,1an,n],

the Leibniz formula for its determinant is, using sigma notation for the sum,

det(A)=|a1,1a1,nan,1an,n|=σSnsgn(σ)a1,σ(1)an,σ(n).

Using pi notation for the product, this can be shortened into

det(A)=σSn(sgn(σ)i=1nai,σ(i)).

The Levi-Civita symbol εi1,,in is defined on the Template:Mvar-tuples of integers in {1,,n} as Template:Math if two of the integers are equal, and otherwise as the signature of the permutation defined by the n-tuple of integers. With the Levi-Civita symbol, the Leibniz formula becomes

det(A)=i1,i2,,inεi1ina1,i1an,in,

where the sum is taken over all Template:Mvar-tuples of integers in {1,,n}. [3][4]

Properties

Characterization of the determinant

The determinant can be characterized by the following three key properties. To state these, it is convenient to regard an n×n matrix A as being composed of its n columns, so denoted as

A=(a1,,an),

where the column vector ai (for each i) is composed of the entries of the matrix in the i-th column.

  1. det(I)=1, where I is an identity matrix.
  2. The determinant is multilinear: if the jth column of a matrix A is written as a linear combination aj=rv+w of two column vectors v and w and a number r, then the determinant of A is expressible as a similar linear combination:
    |A|=|a1,,aj1,rv+w,aj+1,,an|=r|a1,,v,an|+|a1,,w,,an|
  3. The determinant is alternating: whenever two columns of a matrix are identical, its determinant is 0:
    |a1,,v,,v,,an|=0.

If the determinant is defined using the Leibniz formula as above, these three properties can be proved by direct inspection of that formula. Some authors also approach the determinant directly using these three properties: it can be shown that there is exactly one function that assigns to any n×n matrix A a number that satisfies these three properties.[5] This also shows that this more abstract approach to the determinant yields the same definition as the one using the Leibniz formula.

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 (if the columns are linearly dependent, by property 3) or else ±1 (by property 1 and 3 - the minus sign appears when the columns are permuted according to an odd permutation), 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.Script error: No such module "Unsubst".

Immediate consequences

These rules have several further consequences:

  • The determinant is a homogeneous function, i.e., det(cA)=cndet(A) (for an n×n matrix A).
  • Interchanging any pair of columns of a matrix multiplies its determinant by −1. This follows from the determinant being multilinear and alternating (properties 2 and 3 above): |a1,,aj,ai,,an|=|a1,,ai,,aj,,an|. This formula can be applied iteratively when several columns are swapped. For example |a3,a1,a2,a4,an|=|a1,a3,a2,a4,,an|=|a1,a2,a3,a4,,an|. Yet more generally, any permutation of the columns multiplies the determinant by the sign of the permutation.
  • If 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), the determinant is 0. As a special case, this includes: if some column is such that all its entries are zero, then the determinant of that matrix is 0.
  • Adding a scalar multiple of one column to another column does not change the value of the determinant. This is a consequence of multilinearity and being alternative: by multilinearity the determinant changes by a multiple of the determinant of a matrix with two equal columns, which determinant is 0, since the determinant is alternating.
  • If A is a triangular matrix, i.e. aij=0, whenever i>j or, alternatively, whenever i<j, then its determinant equals the product of the diagonal entries: det(A)=a11a22ann=i=1naii. Indeed, such a matrix can be reduced, by appropriately adding multiples of the columns with fewer nonzero entries to those with more entries, to a diagonal matrix (without changing the determinant). For such a matrix, using the linearity in each column reduces to the identity matrix, in which case the stated formula holds by the very first characterizing property of determinants. Alternatively, this formula can also be deduced from the Leibniz formula, since the only permutation σ which gives a non-zero contribution is the identity permutation.

Example

These characterizing properties and their consequences listed above are both theoretically significant, but can also be used to compute determinants for concrete matrices. In fact, Gaussian elimination can be applied to bring any matrix into upper triangular form, and the steps in this algorithm affect the determinant in a controlled way. The following concrete example illustrates the computation of the determinant of the matrix A using that method:

A=[212214331].
Computation of the determinant of matrix A
Matrix B=[312314031]

C=[3523134001]

D=[5321334001]

E=[1832034001]

Obtained by

add the second column to the first

add 3 times the third column to the second

swap the first two columns

add 133 times the second column to the first

Determinant |A|=|B|

|B|=|C|

|D|=|C|

|E|=|D|

Combining these equalities gives |A|=|E|=(183(1))=54.

Transpose

The determinant of the transpose of A equals the determinant of A:

det(AT)=det(A).

This can be proven by inspecting the Leibniz formula.[6] This implies that in all the properties mentioned above, the word "column" can be replaced by "row" throughout. For example, viewing an Template:Math matrix as being composed of n rows, the determinant is an n-linear function.

Multiplicativity and matrix groups

The determinant is a multiplicative map, i.e., for square matrices A and B of equal size, the determinant of a matrix product equals the product of their determinants:

det(AB)=det(A)det(B)

This key fact can be proven by observing that, for a fixed matrix B, both sides of the equation are alternating and multilinear as a function depending on the columns of A. Moreover, they both take the value detB when A is the identity matrix. The above-mentioned unique characterization of alternating multilinear maps therefore shows this claim.[7]

A matrix A with entries in a field is invertible precisely if its determinant is nonzero. This follows from the multiplicativity of the determinant and the formula for the inverse involving the adjugate matrix mentioned below. In this event, the determinant of the inverse matrix is given by

det(A1)=1det(A)=[det(A)]1.

In particular, products and inverses of matrices with non-zero determinant (respectively, determinant one) still have this property. Thus, the set of such matrices (of fixed size n over a field K) forms a group known as the general linear group GLn(K) (respectively, a subgroup called the special linear group SLn(K)GLn(K). 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.

Because the determinant respects multiplication and inverses, it is in fact a group homomorphism from GLn(K) into the multiplicative group K× of nonzero elements of K. This homomorphism is surjective and its kernel is SLn(K) (the matrices with determinant one). Hence, by the first isomorphism theorem, this shows that SLn(K) is a normal subgroup of GLn(K), and that the quotient group GLn(K)/SLn(K) is isomorphic to K×.

The Cauchy–Binet formula is a generalization of that product formula for rectangular matrices. This formula can also be recast as a multiplicative formula for compound matrices whose entries are the determinants of all quadratic submatrices of a given matrix.[8][9]

Laplace expansion

Laplace expansion expresses the determinant of a matrix A recursively in terms of determinants of smaller matrices, known as its minors. The minor Mi,j is defined to be the determinant of the (n1)×(n1) matrix that results from A by removing the i-th row and the j-th column. The expression (1)i+jMi,j is known as a cofactor. For every i, one has the equality

det(A)=j=1n(1)i+jai,jMi,j,

which is called the Laplace expansion along the Template:Mvarth row. For example, the Laplace expansion along the first row (i=1) gives the following formula:

|abcdefghi|=a|efhi|b|dfgi|+c|degh|

Unwinding the determinants of these 2×2-matrices gives back the Leibniz formula mentioned above. Similarly, the Laplace expansion along the j-th column is the equality

det(A)=i=1n(1)i+jai,jMi,j.

Laplace expansion can be used iteratively for computing determinants, but this approach is inefficient for large matrices. However, it is useful for computing the determinants of highly symmetric matrix such as the Vandermonde matrix |1111x1x2x3xnx12x22x32xn2x1n1x2n1x3n1xnn1|=1i<jn(xjxi).The n-term Laplace expansion along a row or column can be generalized to write an n x n determinant as a sum of (nk) terms, each the product of the determinant of a k x k submatrix and the determinant of the complementary (n−k) x (n−k) submatrix.

Adjugate matrix

The adjugate matrix adj(A) is the transpose of the matrix of the cofactors, that is,

(adj(A))i,j=(1)i+jMji.

For every matrix, one has[10]

(detA)I=AadjA=(adjA)A.

Thus the adjugate matrix can be used for expressing the inverse of a nonsingular matrix:

A1=1detAadjA.

Block matrices

The formula for the determinant of a 2×2 matrix above continues to hold, under appropriate further assumptions, for a block matrix, i.e., a matrix composed of four submatrices A,B,C,D of dimension m×m, m×n, n×m and n×n, respectively. The easiest such formula, which can be proven using either the Leibniz formula or a factorization involving the Schur complement, is

det(A0CD)=det(A)det(D)=det(AB0D).

If A is invertible, then it follows with results from the section on multiplicativity that

det(ABCD)=det(A)det(ABCD)det(A1A1B0In)=det(A1)=(detA)1=det(A)det(Im0CA1DCA1B)=det(A)det(DCA1B),

which simplifies to det(A)(DCA1B) when D is a 1×1 matrix.

A similar result holds when D is invertible, namely

det(ABCD)=det(D)det(ABCD)det(Im0D1CD1)=det(D1)=(detD)1=det(D)det(ABD1CBD10In)=det(D)det(ABD1C).

Both results can be combined to derive Sylvester's determinant theorem, which is also stated below.

If the blocks are square matrices of the same size further formulas hold. For example, if C and D commute (i.e., CD=DC), then[11]

det(ABCD)=det(ADBC).

This formula has been generalized to matrices composed of more than 2×2 blocks, again under appropriate commutativity conditions among the individual blocks.[12]

For A=D and B=C, the following formula holds (even if A and B do not commute).

det(ABBA)=det(A+BBB+AA)=det(A+BB0AB)=det(A+B)det(AB).

Sylvester's determinant theorem

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

det(Im+AB)=det(In+BA),

where Im and In are the Template:Math and Template:Math identity matrices, respectively.

From this general result several consequences follow. Template:Ordered list

A generalization is det(Z+AWB)=det(Z)det(W)det(W1+BZ1A)(see Matrix determinant lemma), where Z is an Template:Math invertible matrix and W is an Template:Math invertible matrix.

Sum

The determinant of the sum A+B of two square matrices of the same size is not in general expressible in terms of the determinants of A and of B.

However, for positive semidefinite matrices A, B and C of equal size, det(A+B+C)+det(C)det(A+C)+det(B+C), with the corollary[13][14] det(A+B)det(A)+det(B).

Brunn–Minkowski theorem implies that the Template:Mvarth root of determinant is a concave function, when restricted to Hermitian positive-definite n×n matrices.[15] Therefore, if Template:Mvar and Template:Mvar are Hermitian positive-definite n×n matrices, one has det(A+B)ndet(A)n+det(B)n, since the Template:Mvarth root of the determinant is a homogeneous function.

Sum identity for 2×2 matrices

For the special case of 2×2 matrices with complex entries, the determinant of the sum can be written in terms of determinants and traces in the following identity:

det(A+B)=det(A)+det(B)+tr(A)tr(B)tr(AB).

Properties of the determinant in relation to other notions

Eigenvalues and characteristic polynomial

The determinant is closely related to two other central concepts in linear algebra, the eigenvalues and the characteristic polynomial of a matrix. Let A be an n×n matrix with complex entries. Then, by the Fundamental Theorem of Algebra, A must have exactly n eigenvalues λ1,λ2,,λn. (Here it is understood that an eigenvalue with algebraic multiplicity Template:Mvar occurs Template:Mvar times in this list.) Then, it turns out the determinant of Template:Mvar is equal to the product of these eigenvalues,

det(A)=i=1nλi=λ1λ2λn.

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

From this, one immediately sees that the determinant of a matrix A is zero if and only if 0 is an eigenvalue of A. In other words, A is invertible if and only if 0 is not an eigenvalue of A.

The characteristic polynomial is defined as[16]

χA(t)=det(tIA).

Here, t is the indeterminate of the polynomial and I is the identity matrix of the same size as A. By means of this polynomial, determinants can be used to find the eigenvalues of the matrix A: they are precisely the roots of this polynomial, i.e., those complex numbers λ such that

χA(λ)=0.

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

Ak:=[a1,1a1,2a1,ka2,1a2,2a2,kak,1ak,2ak,k]

being positive, for all k between 1 and n.[17]

Trace

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

det(exp(A))=exp(tr(A))

or, for real matrices Template:Mvar,

tr(A)=log(det(exp(A))).

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

exp(L)=A

the determinant of Template:Mvar is given by

det(A)=exp(tr(L)).

For example, for Template:Math, Template:Math, and Template:Math, respectively,

det(A)=12((tr(A))2tr(A2)),det(A)=16((tr(A))33tr(A)tr(A2)+2tr(A3)),det(A)=124((tr(A))46tr(A2)(tr(A))2+3(tr(A2))2+8tr(A3)tr(A)6tr(A4)).

cf. Cayley-Hamilton theorem. Such expressions are deducible from combinatorial arguments, Newton's identities, or the Faddeev–LeVerrier algorithm. That is, for generic Template:Mvar, Template:Math the signed constant term of the characteristic polynomial, determined recursively from

cn=1;cnm=1mk=1mcnm+ktr(Ak)(1mn).

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

det(A)=k1,k2,,kn0k1+2k2++nkn=nl=1n(1)kl+1lklkl!tr(Al)kl,

where the sum is taken over the set of all integers Template:Math satisfying the equation

l=1nlkl=n.

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

det(A)=(1)nn!Bn(s1,s2,,sn).

This formula can also be used to find the determinant of a matrix Template:Math with multidimensional indices Template:Math and Template:Math. The product and trace of such matrices are defined in a natural way as

(AB)JI=KAKIBJK,tr(A)=IAII.

An important arbitrary dimension Template:Mvar 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,

det(I+A)=k=01k!(j=1(1)jjtr(Aj))k,

where Template:Math is the identity matrix. More generally, if

k=01k!(j=1(1)jsjjtr(Aj))k,

is expanded as a formal power series in Template:Mvar then all coefficients of Template:MvarTemplate:Mvar for Template:Math are zero and the remaining polynomial is Template:Math.

Upper and lower bounds

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

tr(IA1)logdet(A)tr(AI)

with equality if and only if Template:Math. This relationship can be derived via the formula for the Kullback–Leibler divergence between two multivariate normal distributions.

Also,

ntr(A1)det(A)1n1ntr(A)1ntr(A2).

These inequalities can be proved by expressing the traces and the determinant in terms of the eigenvalues. 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.

Derivative

The Leibniz formula shows that the determinant of real (or analogously for complex) square matrices is a polynomial function from 𝐑n×n to 𝐑. In particular, it is everywhere differentiable. Its derivative can be expressed using Jacobi's formula:[19]

ddet(A)dα=tr(adj(A)dAdα).

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

ddet(A)dα=det(A)tr(A1dAdα).

Expressed in terms of the entries of A, these are

det(A)Aij=adj(A)ji=det(A)(A1)ji.

Yet another equivalent formulation is

det(A+ϵX)det(A)=tr(adj(A)X)ϵ+O(ϵ2)=det(A)tr(A1X)ϵ+O(ϵ2),

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

det(I+ϵX)=1+tr(X)ϵ+O(ϵ2).

This identity is used in describing Lie algebras associated to certain matrix Lie groups. For example, the special linear group SLn is defined by the equation detA=1. The above formula shows that its Lie algebra is the special linear Lie algebra 𝔰𝔩n consisting of those matrices having trace zero.

Writing a 3×3 matrix as A=[abc] 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:

𝐚det(A)=𝐛×𝐜𝐛det(A)=𝐜×𝐚𝐜det(A)=𝐚×𝐛.

History

Historically, determinants were used long before matrices: A determinant was originally 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, solutions of linear systems of two equations were expressed by Cardano in 1545 by a determinant-like entity.[20]

Determinants proper originated separately from the work of Seki Takakazu in 1683 in Japan and parallelly of Leibniz in 1693.[21][22][23][24] Template:Harvtxt stated, without proof, Cramer's rule.[25] Both Cramer and also Template:Harvtxt were led to determinants by the question of plane curves passing through a given set of points.[26]

Vandermonde (1771) first recognized determinants as independent functions.[22] Template:Harvtxt gave the general method of expanding a determinant in terms of its complementary minors: Vandermonde had already given a special case.[27] 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 quadratic form.[28] Gauss also arrived at the notion of reciprocal (inverse) determinants, and came very near the multiplication theorem.Template:Clarify

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 Template:Math 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,[29][30] 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][31] With him begins the theory in its generality.

Template:Harvtxt used the functional determinant which Sylvester later called the Jacobian.[32] 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. Script error: No such module "Footnotes". introduced the modern notation for the determinant using vertical bars.[33][34]

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.

Applications

Cramer's rule

Determinants can be used to describe the solutions of a linear system of equations, written in matrix form as Ax=b. This equation has a unique solution x if and only if det(A) is nonzero. In this case, the solution is given by Cramer's rule:

xi=det(Ai)det(A)i=1,2,3,,n

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

det(Ai)=det[a1ban]

=j=1nxjdet[a1ai1ajai+1an]=xidet(A)

where the vectors aj are the columns of A. The rule is also implied by the identity

Aadj(A)=adj(A)A=det(A)In.

Cramer's rule can be implemented in O(n3) time, which is comparable to more common methods of solving systems of linear equations, such as LU, QR, or singular value decomposition.[35]

Linear independence

Determinants can be used to characterize linearly dependent vectors: detA is zero if and only if the column vectors of the matrix A are linearly dependent.[36] For example, given two linearly independent vectors v1,v2𝐑3, a third vector v3 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 functions f1(x),,fn(x) (supposed to be n1 times differentiable), the Wronskian is defined to be

W(f1,,fn)(x)=|f1(x)f2(x)fn(x)f1(x)f2(x)fn(x)f1(n1)(x)f2(n1)(x)fn(n1)(x)|.

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 n1 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. Another such use of the determinant is the resultant, which gives a criterion when two polynomials have a common root.[37]

Cross Product

Script error: No such module "Labelled list hatnote". The computation of a cross product is equivalent to finding the formal determinant a specific 3 by 3 matrix. Specifically, for vectors 𝐚=a1𝐢+a2𝐣+a3𝐤, and 𝐛=b1𝐢+b2𝐣+b3𝐤:

𝐚×𝐛=det(𝐢𝐣𝐤a1a2a3b1b2b3)

Orientation of a basis

Script error: No such module "Labelled list hatnote". The determinant can be thought of as assigning a number to every sequence of n vectors in Rn, by using the square matrix whose columns are the given vectors. The determinant will be nonzero if and only if the sequence of vectors is a basis for Rn. In that case, the sign of the determinant determines whether the orientation of the basis is consistent with or opposite to the orientation of the standard basis. In the case of an orthogonal basis, the magnitude of the determinant is equal to the product of the lengths of the basis vectors. For instance, an orthogonal matrix with entries in Rn represents an orthonormal basis in Euclidean space, and hence has determinant of ±1 (since all the vectors have length 1). The determinant is +1 if and only if the basis has the same orientation. It is −1 if and only if 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 Template:Math or Template:Math matrix, this is a rotation), while if it is negative, A switches the orientation of the basis.

Volume and Jacobian determinant

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:𝐑n𝐑n is the linear map given by multiplication with a matrix A, and S𝐑n is any measurable subset, then the volume of f(S) is given by |det(A)| times the volume of S.[38] More generally, if the linear map f:𝐑n𝐑m is represented by the m×n matrix A, then the ratio between the n-dimensional volumes of f(S) and S is given by:

volume(f(S))volume(S)=det(ATA).

When m<n this is zero.

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,d, 16|det(ab,bc,cd)|, or any other combination of pairs of vertices that form a spanning tree over the vertices.

File:Jacobian determinant and distortion.svg
A nonlinear map f:𝐑2𝐑2 sends a small square (left, in red) to a distorted parallelogram (right, in red). The Jacobian at a point gives the best linear approximation of the distorted parallelogram near that point (right, in translucent white), and the Jacobian determinant gives the ratio of the area of the approximating parallelogram to that of the original square.

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

f:𝐑n𝐑n,

the Jacobian matrix is the Template:Math matrix whose entries are given by the partial derivatives

D(f)=(fixj)1i,jn.

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 Rn (the domain of f), the integral over f(U) of some other function Template:Math is given by

f(U)ϕ(𝐯)d𝐯=Uϕ(f(𝐮))|det(Df)(𝐮)|d𝐮.

The Jacobian also occurs in the inverse function theorem.

When applied to the field of Cartography, the determinant can be used to measure the rate of expansion of a map near the poles.[39]

Areas and Collinearity

The determinant provides a convenient way to calculate the area of a triangle in the xy-plane. The area of a triangle whose vertices are (x1,y1), (x2,y2) and (x3,y3) is given by:[40]

±12det(x1y11x2y21x3y31)

where the sign ± is chosen to yield a positive area. An immediate corollary of this result is that if the determinant is zero, there is no triangle, which implies the points are collinear. The determinant, therefore, provides a useful tool to test for collinearity.

Abstract algebraic aspects Script error: No such module "anchor".

Determinant of an endomorphism

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 Template:Math. Indeed, repeatedly applying the above identities yields

det(A)=det(X)1det(B)det(X)=det(B)det(X)1det(X)=det(B).

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

T:VV

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.

Square matrices over commutative rings

The above definition of the determinant using the Leibniz rule works more generally when the entries of the matrix are elements of a commutative ring R, such as the integers 𝐙, as opposed to the field of real or complex numbers. Moreover, the characterization of the determinant as the unique alternating multilinear map that satisfies det(I)=1 still holds, as do all the properties that result from that characterization.[41]

A matrix AMatn×n(R) is invertible (in the sense that there is an inverse matrix whose entries are in R) if and only if its determinant is an invertible element in R.[42] For R=𝐙, this means that the determinant is +1 or −1. Such a matrix is called unimodular.

The determinant being multiplicative, it defines a group homomorphism

GLn(R)R×,

between the general linear group (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.

File:Determinant as a natural transformation.svg
The determinant is a natural transformation.

Given a ring homomorphism f:RS, there is a map GLn(f):GLn(R)GLn(S) given by replacing all entries in R by their images under f. The determinant respects these maps, i.e., the identity

f(det((ai,j)))=det((f(ai,j)))

holds. In other words, the displayed commutative 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 GLn and ()×.[43] 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:GLn𝔾m.

Exterior algebra

Script error: No such module "Labelled list hatnote".

The determinant of a linear transformation T:VV of an n-dimensional vector space V or, more generally a free module of (finite) rank n over a commutative ring R can be formulated in a coordinate-free manner by considering the n-th exterior power nV of V.[44] The map T induces a linear map

nT:nVnVv1v2vnTv1Tv2Tvn.

As nV is one-dimensional, the map nT is given by multiplying with some scalar, i.e., an element in R. Some authors such as Script error: No such module "Footnotes". use this fact to define the determinant to be the element in R satisfying the following identity (for all viV):

(nT)(v1vn)=det(T)v1vn.

This definition agrees with the more concrete coordinate-dependent definition. This can be shown using the uniqueness of a multilinear alternating form on n-tuples of vectors in Rn. For this reason, the highest non-zero exterior power nV (as opposed to the determinant associated to an endomorphism) 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 kV with k<n.[45]

Berezin integral

The conventional definition of the determinant, as a sum over permutations over a product of matrix elements, can be written using the somewhat surprising notation of the Berezin integral. In this notation, the determinant can be written as

exp[θTAη]dθdη=detA

This holds for any n×n-dimensional matrix A. The symbols θ,η are two n-dimensional vectors of anti-commuting Grassmann numbers (aka "supernumbers"), taken from the Grassmann algebra. The exp here is the exponential function. The integral sign is meant to be understood as the Berezin integral. Despite the use of the integral symbol, this expression is in fact an entirely finite sum.

This unusual-looking expression can be understood as a notational trick that rewrites the conventional expression for the determinant

detA=σSnsgn(σ)a1,σ(1)an,σ(n).

by using some novel notation. The anti-commuting property of the Grassmann numbers captures the sign (signature) of the permutation, while the integral combined with the exp ensures that all permutations are explored. That is, the Taylor's series for exp terminates after exactly n terms, because the square of a Grassmann number is zero, and there are exactly n distinct Grassmann variables. Meanwhile, the integral is defined to vanish, if the corresponding Grassmann number does not appear in the integrand. Thus, the integral selects out only those terms in the exp series that have exactly n distinct variables; all lower-order terms vanish. Thus, the somewhat magical combination of the integral sign, the use of anti-commuting variables, and the Taylor's series for exp just encodes a finite sum, identical to the conventional summation.

This form is popular in physics, where it is often used as a stand-in for the Jacobian determinant. The appeal is that, notationally, the integral takes the form of a path integral, such as in the path integral formulation for quantized Hamiltonian mechanics. An example can be found in the theory of Fadeev–Popov ghosts; although this theory may seem rather abstruse, it's best to keep in mind that the use of the ghost fields is little more than a notational trick to express a Jacobian determinant.

The Pfaffian PfA of a skew-symmetric matrix A is the square-root of the determinant: that is, (PfA)2=detA. The Berezin integral form for the Pfaffian is even more suggestive; it is

exp[12θTAθ]dθ=PfA

The integrand has exactly the same formal structure as a normal Gaussian distribution, albeit with Grassman numbers, instead of real numbers. This formal resemblance accounts for the occasional appearance of supernumbers in the theory of stochastic dynamics and stochastic differential equations.

Generalizations and related notions

Determinants as treated above admit several variants: 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 Sn in Leibniz's rule.

Determinants for finite-dimensional algebras

For any associative algebra A that is finite-dimensional as a vector space over a field F, there is a determinant map [46]

det:AF.

This definition proceeds by establishing the characteristic polynomial independently of the determinant, and defining the determinant as the lowest order term of this polynomial. This general definition recovers the determinant for the matrix algebra A=Matn×n(F), but also includes several further cases including the determinant of a quaternion,

det(a+ib+jc+kd)=a2+b2+c2+d2,

the norm NL/F:LF of a field extension, as well as the Pfaffian of a skew-symmetric matrix and the reduced norm of a central simple algebra, also arise as special cases of this construction.

Infinite matrices

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(I+A)=exp(tr(log(I+A))).

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

Operators in von Neumann algebras

For operators in a finite factor, one may define a positive real-valued determinant called the Fuglede−Kadison determinant using the canonical trace. In fact, corresponding to every tracial state on a von Neumann algebra there is a notion of Fuglede−Kadison determinant.

Related notions for non-commutative rings

For matrices over non-commutative rings, multilinearity and alternating properties are incompatible for Template:Math,[47] so there is no good definition of the determinant in this setting.

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 definitions of the determinant, but non-commutativity then leads to the loss of many fundamental properties of the determinant, such as the multiplicative property or 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 Template:Clarify span 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 that preserve some of the properties of determinants, notably quasideterminants and the Dieudonné determinant. For some classes of matrices with non-commutative elements, one can define the determinant and prove linear algebra theorems that are very similar to their commutative analogs. Examples include the q-determinant on quantum groups, the Capelli determinant on Capelli matrices, and the Berezinian on supermatrices (i.e., matrices whose entries are elements of 2-graded rings).[48] Manin matrices form the class closest to matrices with commutative elements.

Calculation

Determinants are mainly used as a theoretical tool. They are rarely calculated explicitly in numerical linear algebra, where for applications such as checking invertibility and finding eigenvalues the determinant has largely been supplanted by other techniques.[49] Computational geometry, however, does frequently use calculations related to determinants.[50]

While the determinant can be computed directly using the Leibniz rule this approach is extremely inefficient for large matrices, since that formula requires calculating n! (n factorial) products for an n×n matrix. Thus, the number of required operations grows very quickly: it is of order n!. The Laplace expansion is similarly inefficient. Therefore, more involved techniques have been developed for calculating determinants.

Gaussian elimination

Gaussian elimination consists of left multiplying a matrix by elementary matrices for getting a matrix in a row echelon form. One can restrict the computation to elementary matrices of determinant Template:Math. In this case, the determinant of the resulting row echelon form equals the determinant of the initial matrix. As a row echelon form is a triangular matrix, its determinant is the product of the entries of its diagonal.

So, the determinant can be computed for almost free from the result of a Gaussian elimination.

Decomposition methods

Some methods compute det(A) by writing the matrix 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(n3), which is a significant improvement over O(n!).[51]

For example, LU decomposition expresses A as a product

A=PLU.

of a permutation matrix P (which has exactly a single 1 in each column, and otherwise zeros), a lower triangular matrix L and an upper triangular matrix U. The determinants of the two triangular matrices 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 ε of the corresponding permutation (which is +1 for an even number of permutations and is 1 for an odd number of permutations). Once such a LU decomposition is known for A, its determinant is readily computed as

det(A)=εdet(L)det(U).

Further methods

The order O(n3) reached by decomposition methods has been improved by different methods. If two matrices of order n can be multiplied in time M(n), where M(n)na for some a>2, then there is an algorithm computing the determinant in time O(M(n)).[52] This means, for example, that an O(n2.376) algorithm for computing the determinant exists based on the Coppersmith–Winograd algorithm. This exponent has been further lowered, as of 2016, to 2.373.[53]

In addition to the complexity of the algorithm, further criteria can be used to compare algorithms. Especially for applications concerning matrices over rings, algorithms that compute the determinant without any divisions exist. (By contrast, Gauss elimination requires divisions.) One such algorithm, having complexity O(n4) is based on the following idea: one replaces permutations (as in the Leibniz rule) by so-called closed ordered walks, in which several items can be repeated. The resulting sum has more terms than in the Leibniz rule, but in the process several of these products can be reused, making it more efficient than naively computing with the Leibniz rule.[54] 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(n3), but the bit length of intermediate values can become exponentially long.[55] By comparison, the Bareiss Algorithm, is an exact-division method (so it does use division, but only in cases where these divisions can be performed without remainder) is of the same order, but the bit complexity is roughly the bit size of the original entries in the matrix times n.[56]

If the determinant of A and the inverse of A have already been computed, the matrix determinant lemma allows rapid calculation of the determinant of Template:Math, where u and v are column vectors.

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

See also

Script error: No such module "Portal". Template:Colbegin

Template:Colend

Notes

Template:Reflist Template:Reflist

References

Script error: No such module "Labelled list hatnote".

  • Script error: No such module "citation/CS1".
  • Script error: No such module "citation/CS1".
  • Script error: No such module "citation/CS1".
  • Script error: No such module "citation/CS1".
  • Script error: No such module "citation/CS1".
  • Script error: No such module "Citation/CS1".
  • Script error: No such module "citation/CS1".
  • Script error: No such module "citation/CS1".
  • Script error: No such module "citation/CS1".
  • Script error: No such module "Citation/CS1".
  • Script error: No such module "citation/CS1".
  • Script error: No such module "citation/CS1".
  • Script error: No such module "citation/CS1".
  • Script error: No such module "citation/CS1".
  • Script error: No such module "citation/CS1".
  • Script error: No such module "citation/CS1".
  • Script error: No such module "citation/CS1".
  • Script error: No such module "citation/CS1".
  • Script error: No such module "citation/CS1".
  • G. Baley Price (1947) "Some identities in the theory of determinants", American Mathematical Monthly 54:75–90 Template:Mr
  • Script error: No such module "citation/CS1".
  • Script error: No such module "citation/CS1".
  • Script error: No such module "citation/CS1".
  • Script error: No such module "citation/CS1".
  • Script error: No such module "citation/CS1".
  • Script error: No such module "citation/CS1".
  • Script error: No such module "citation/CS1".

Historical references

External links

Template:Sister project Template:Sister project

Script error: No such module "Navbox". Template:Authority control

  1. Script error: No such module "Footnotes".
  2. Script error: No such module "citation/CS1".
  3. Script error: No such module "citation/CS1".
  4. Script error: No such module "Footnotes".
  5. Serge Lang, Linear Algebra, 2nd Edition, Addison-Wesley, 1971, pp 173, 191.
  6. Script error: No such module "Footnotes".
  7. Alternatively, Script error: No such module "Footnotes". proves this result using the functoriality of the exterior power.
  8. Script error: No such module "Footnotes".
  9. Script error: No such module "Footnotes".
  10. Script error: No such module "Footnotes"..
  11. Script error: No such module "Citation/CS1".
  12. Script error: No such module "Citation/CS1".
  13. Script error: No such module "citation/CS1".
  14. Script error: No such module "Citation/CS1".
  15. Script error: No such module "citation/CS1".
  16. Script error: No such module "Footnotes"., Script error: No such module "Footnotes".
  17. Script error: No such module "Footnotes".
  18. A proof can be found in the Appendix B of Script error: No such module "Citation/CS1".
  19. Script error: No such module "Footnotes".
  20. Script error: No such module "Footnotes".
  21. Cajori, F. A History of Mathematics p. 80
  22. a b c Campbell, H: "Linear Algebra With Applications", pages 111–112. Appleton Century Crofts, 1971
  23. Script error: No such module "Footnotes".
  24. A Brief History of Linear Algebra and Matrix Theory at: Script error: No such module "citation/CS1".
  25. Script error: No such module "Footnotes".
  26. Template:Harvtxt
  27. Muir, Sir Thomas, The Theory of Determinants in the historical Order of Development [London, England: Macmillan and Co., Ltd., 1906]. Template:JFM
  28. Script error: No such module "Footnotes".
  29. 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).
  30. Origins of mathematical terms: http://jeff560.tripod.com/d.html
  31. History of matrices and determinants: http://www-history.mcs.st-and.ac.uk/history/HistTopics/Matrices_and_determinants.html
  32. Script error: No such module "Footnotes".
  33. Script error: No such module "Footnotes".
  34. History of matrix notation: http://jeff560.tripod.com/matrices.html
  35. Script error: No such module "Footnotes".
  36. Script error: No such module "Footnotes".
  37. Script error: No such module "Footnotes".
  38. Script error: No such module "Footnotes".
  39. Script error: No such module "citation/CS1".
  40. Script error: No such module "citation/CS1".
  41. Script error: No such module "Footnotes".
  42. Script error: No such module "Footnotes".
  43. Script error: No such module "Footnotes".. See also Template:Section link.
  44. Script error: No such module "Footnotes".
  45. Script error: No such module "Footnotes"., Script error: No such module "Footnotes".
  46. Script error: No such module "Footnotes".
  47. 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: ab=ab|1001|=a|100b|=|a00b|=b|a001|=ba|1001|=ba, a contradiction. There is no useful notion of multi-linear functions over a non-commutative ring.
  48. Script error: No such module "citation/CS1".
  49. "... we mention that the determinant, though a convenient notion theoretically, rarely finds a useful role in numerical algorithms.", see Script error: No such module "Footnotes"..
  50. Script error: No such module "Footnotes".
  51. Script error: No such module "citation/CS1".
  52. Script error: No such module "Footnotes".
  53. Script error: No such module "Footnotes".
  54. Script error: No such module "Footnotes".
  55. Script error: No such module "citation/CS1".
  56. Script error: No such module "Footnotes"., Script error: No such module "Footnotes".
  57. Script error: No such module "Citation/CS1".