We use properties of determinants to find the determinant of the matrix without expanding it and with lesser calculations. There are various properties of determinants dependent on the operation of elements of rows and columns.
This article aims to provide a detailed understanding of the triangle property, factor property, and property of invariance. Let us learn more about them with examples and FAQs.
Various properties make the calculation easier for the determinant of the matrix. Some of them are:
In this study material notes, we will be discussing the three properties of determinants: triangle property, factor property, and property of invariance.
If each element of the matrix below or above the main diagonal is 0, then the determinant of the matrix becomes equal to the product of diagonal elements. This is known as the triangle property.
a b e | 0 c f | 0 0 g |
=a×c×g
a 0 0 | b e 0 | c f g |
=a×e×g
In the first one, the element above the main diagonal is 0; hence, the determinant is equal to the product of the diagonal elements. Similarly, in the second one, the element below the diagonal is zero; hence the determinant becomes the product of the main diagonal.
For example:
1 1 2 | 0 3 4 | 0 0 3 |
Δ = 1 × 3 × 3
Δ = 9
As per the factor property, if we have a determinant Δ, and it becomes 0 if we substitute x = p, then (x -p) becomes the factor of the determinant Δ.
Suppose each element of a row or column is added with the multiple of each element of another row or column. In that case, the value of the determinant does not change. This property is known as the property of invariance. Let us prove this with an example. We have been given a matrix of 3 x 3 order as follow:
1 4 2 | 0 2 1 | 2 0 3 |
On expanding the matrix with respect to R1, we get:
1(2×3 – 1×0) – 0(4×3 – 2×0) +2 (4×1 -2×2)
1 (6 – 0) -0(12) +2(4 – 4)
6 – 0 + 0
Δ = 6
Let us multiply the second row by 2 and add it to the first row.
R1 -> R1 + R2 + R3
7 4 2 | 3 2 1 | 5 0 3 |
On expanding the matrix along the R1, we get:
7(2×3 – 1×0) – 3 (4×3 – 2×0) + 5 (4×1 – 2×2)
7 (6) – 3 (12) + 5(4-4)
42 – 36 + 0
Δ= 6
That was all about the properties of determinants. In this study material notes, we learned about the triangle property, property of invariance and factor property. Using these, we can calculate the determinant of the matrix without doing long calculations.
A determinant is a single numeric value of the matrix. It has various uses not only in mathematics but also in other subjects. Hope this article gives a detailed understanding of the topic.