Properties of determinants

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:

  1. 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.

|A|=|At|

  1. The determinant of a matrix is zero, |A|=0, if:

    1. The matrix has two equal rows. It is easy to prove this in an exercise for a 3×3 case, for example:

    |abcdefabc|=aec+dbc+abfceafbacbd=0

    1. All the elements of a row are zeros.
    2. The elements of a row are a linear combination of other rows. That is:

    |232124356|

    The 3rd row is a linear combination of the other two (f3=f1+f2). Without calculating anything, we know that the determinant will be zero.

  2. If we swap two parallel rows the determinant changes its sign:

|051127312|=|127051312|

  1. 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.

|121021312|C3=2C1+C3|121021312|=|123021318|=|121021312|

  1. Multiplying a determinant by a real number is the same as multiplying one of its rows by that real number.
  2. The determinant of a product is equal to the product of determinants.

|AB|=|A||B|

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 0 or 1, which would reduce the calculations a lot.

Example

|1336136724031523|f1f1f2f2f1f3f32f1f4f4f1|1336003102690213|

And as the first column is zero, except for the first element, we will have to calculate the determinant |031269213| because the other contributions would be zero.