The determinants have certain properties that should be known. These properties are very useful to convert the determinants calculation into something a little less slow and tedious.
Let's see some of these properties:
- Any matrix and its transpose (the transpose matrix is the result of rotating the rows of a matrix to turn them into columns) have the same determinant.
The determinant of a matrix is zero,
, if:- The matrix has two equal rows. It is easy to prove this in an exercise for a
case, for example:
- All the elements of a row are zeros.
- The elements of a row are a linear combination of other rows. That is:
The 3rd row is a linear combination of the other two (
). Without calculating anything, we know that the determinant will be zero.- The matrix has two equal rows. It is easy to prove this in an exercise for a
- If we swap two parallel rows the determinant changes its sign:
- If we add the elements of a row to the elements of a parallel row that have previously been multiplied by a real number, the value of the determinant does not change.
- Multiplying a determinant by a real number is the same as multiplying one of its rows by that real number.
- The determinant of a product is equal to the product of determinants.
Knowing these properties the determinants calculation can be faster. Bearing in mind the 4th property, we can go on modifying our determinant by means of linear combinations in such a way that we can get the largest number of possible
Example
And as the first column is zero, except for the first element, we will have to calculate the determinant