Properties of determinants
Before we list the properties of determinants we give two properties of the transpose operation:
(i) , since if and , we have
and
It is clear that the entries are equal.
(ii) .
We now give properties of the determinants that allow us to make simplifications which aid in our calculations of higher order determinants. For general matrices and , we have:
I.
II. .
III. .
This follows from properties I and II. We take the determinant of both sides of to get
IV. If we exchange two rows or two columns of a matrix, we reverse the sign of its determinant from positive to negative or from negative to positive.
. If we multiply one row of a matrix by a scalar , the determinant is multiplied by ,
VI. The determinant behaves like a linear function on the rows of the matrix,
VII. If we have two identical rows or columns, the determinant is zero.
VIII. We may add a multiple of one row to another and this leaves the determinant unchanged. An example in two dimensions is given as follows,
where we have used properties V, VI, and VII.
IX.
To see this, we start from Cramer's rule and taking the determinant of both sides gives
where is taken to be matrix. The factor is a constant that multiplies each of rows therefore, using property , the scalar factor comes out times hence,
Finally, using property III, we have
from which the result in property IX follows.
Elementary matrices and elementary matrix operations
Many of the properties of determinants listed above can be explained in terms of elementary row and column operations. Further, elementary matrix operations are important in finding matrix inverses as well as solving simultaneous linear equations.
The Elementary matrix
An elementary matrix is an matrix which can be obtained from the identity matrix by performing on a single elementary row transformation. For example,
is an elementary matrix obtained by switching rows 1 and 2 of the identity matrix
There are three types of elementary matrix operations:
- Interchange two rows (or columns);
- Multiply each element in a row (or column) by a scalar;
- Adding a multiple of one row (or column) to another.
Since there are three elementary transformations, there are three kinds of elementary matrices (one was shown in Definition 10.4 above). Elementary matrices are used to simulate elementary row (or column) transformations. To perform an elementary transformation on a matrix we pre-multiply by the elementary matrix obtained by applying the same transformation to the identity matrix. Next, we consider each one of the three types of matrix operations as they apply to rows. We apply all row transformations on the following matrix
I. Interchange rows
Suppose we want to interchange rows 1 and 3 of the following matrix, We start with the identity matrix and interchange rows 1 and 3 to obtain
where is the desired elementary matrix; we can check that if we pre-multiply by this matrix, the resulting matrix is with rows 1 and 3 interchanged,
Note that to interchange columns i.e. , we post-multiply by .
II. Multiply each element in a row by a scalar
Suppose we want to multiply row 2 of matrix by , i.e. . To create the elementary row matrix we multiply each element in the second row of the identity matrix by ,
Then we pre-multiply by to multiply each element in the second row of by ,
III. Adding a multiple of one row to another.
Finally, suppose we want to perform the operation i.e. we replace row 3 by the sum of row 3 to -2 times row 1 . We perform this transformation on the identity matrix yielding the elementary matrix,
We then pre-multiply by to carry out the row transformation,
All of the above transformations can be repeated for column operations; recall that in order to perform operation the matrix is post-multiplied by .
Properties of elementary matrices
I. The inverse of the elementary matrix that interchanges two rows is itself. For instance, the inverse of
II. The inverse of the elementary matrix that represents is the elementary matrix that represents . For example, the inverse of
III. The inverse of the elementary matrix that gives is the elementary matrix which represents . Next, we carry out an example with elementary matrix operations to facilitate the calculation of a determinant.
Example 10.7 Calculate the determinant of
Solution We have already seen in Example 10.6 that calculating determinants of high dimensional matrices is quite tedious. Here, we perform row and column operations to simplify the calculation of the determinant.
We first perform the row operation since this will give us two zeros in the first row,
A third zero in the first row can be obtained by performing the column operation
Now, taking the determinant by expansion along the first row, we obtain
note that we have only added/subtracted rows/columns from other rows/columns in in our matrix operations and according to property VIII (see Section 10.3) these leave the determinant unchanged. Hence the determinant in Eq. (10.28) is equivalent to the determinant of . We can see that it is possible to simplify this further by obtaining more zeros in the first column of the determinant given in (10.28). Carrying out gives
followed by ,
Exercises
-
Use row and column operations to determine the following determinants:
(a)
(b) .
-
Given the matrix that adds 3 times the third row to the first row, should we pre- or post-multiply by this matrix?