determinant (original) (raw)
Overview
The determinant is an algebraic operation that transforms asquare matrix
M into a scalar. This operation
has many useful and important properties. For example, the determinant is zero if and only the matrix M is singular
(no inverse
exists). The determinant also has an important geometric interpretation
as the area of aparallelogram
, and more generally as the volume of a higher-dimensional parallelepiped
.
The notion of determinant predates matrices and linear transformations. Originally, the determinant was a number associated to a system of n linear equations in n variables. This number “determined” whether the system possessed a unique solution. In this sense, two-by-two determinants were considered by Cardano at the end of the 16th century and ones of arbitrary size (see the definition below) by Leibniz about 100 years later.
Definition
Let M be an n×n matrix with entries Mij that are elements of a given field11Most scientific and geometric applications deal with matrices made up of real or complex numbers. However, the determinant of a matrix over any field is well defined sense and has all the properties of the more conventional determinant. Indeed, many properties of the determinant remain valid for matrices with entries in a commutative ring.. The determinant of M, or detM for short, is the scalar quantity
| detM=|M11M12…M1nM21M22…M2n⋮⋮⋱⋮Mn1Mn2…Mnn|=∑π∈Snsgn(π)M1π1M2π2⋯Mnπn. | (1) | | ------------------------------------------------------------------------------------ | --- |
The index π in the above sum varies over all the permutations of{1,…,n} (i.e., the elements of the symmetric group
Sn.) Hence, there are n! terms in the defining sum of the determinant. The symbol sgn(π) denotes the parity of the permutation; it is ±1 according to whether π is an even orodd permutation
. Using the Einstein summation convention one can also express the above definition as
detM=ϵπ1π2…πnMπ1Mπ21⋯2Mπn,n | (2) |
---|
where we’ve raised the first index so that Mi=jMij, and where
is known as the Levi-Civita permutation symbol.
By way of example, the determinant of a 2×2 matrix is given by
| |M11M12M21M22|=M11M22-M12M21, | | ---------------------------------- |
There are six permutations of the numbers 1,2,3, namely
12+3, 23+1, 31+2, 13-2, 32-1, 21-3; |
---|
the overset sign indicates the permutation’s signature. Accordingly, the 3×3 deterimant is a sum of the following 6 terms:
| |M11M12M13M21M22M23M31M32M33|=M11M22M33+M12M23M31+M13M21M32-M11M23M32-M13M22M31-M12M21M33 | | ---------------------------------------------------------------------------------------------------------- |
Remarks and important properties
- The determinant operation is multi-linear, and anti-symmetricwith respect to the matrix’s rows and columns. See the multi-linearity attachment for more details.
- The determinant of a matrix A is zero if and only if A is singular; that is, if there exists a non-trivial solution to the homogeneous equation
- The transpose
operation does not change the determinant:
- The transpose