Refresher - Properties of the Determinants
Properties of the determinant
The determinant has many properties. Some basic properties of determinants are:
- The determinant of the n×n identity matrix equals 1.
- Viewing an n×n matrix as being composed of n columns, the determinant is an n-linearfunction. 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 determinants of the matrices obtained from A by replacing the column by v respectively by w (and a similar relation holds when writing a column as a scalar multiple of a column vector).
- This n-linear function is an alternatingform. This means that whenever two columns of a matrix are identical,
its determinant is 0. - A matrix and its transpose have the same determinant. This implies that properties for columns have their counterparts in terms of rows:
- Viewing an n×n matrix as being composed of n rows, the determinant is an n-linear function.
- This n-linear function is an alternating form: whenever two rows of a matrix are identical, its determinant is 0.
- Interchanging two columns of a matrix multiplies its determinant by −1. This follows from properties 2 and 3 (it is a general property of multilinear alternating maps). Iterating gives that more generally a permutation of the columns multiplies the determinant by the sign of the permutation. Similarly a permutation of the rows multiplies the determinant by the sign of the permutation.
- Adding a scalar multiple of one column to another column does not change the value of the determinant. This is a consequence of properties 2 and 3: by property 2 the determinant changes by a multiple of the determinant of a matrix with two equal columns, which determinant is 0 by property 3. Similarly, adding a scalar multiple of one row to another row leaves the determinant unchanged.
- Let A be ann ×nmatrix and c be a scalar then,det(cA)=cndet(A)
- If A and B are matrices of the same size then det(AB)=det(A)det(B)
- Suppose that A is an invertible matrix then, det(A-1)=1det(A)
- If A is a square matrix then, det(A)=det(A-1).
- Suppose that A is an n×n triangular matrix then,det(A)=a11a22…a∩.