Now let’s see how to compute the determinant of a
We have our determinant of any
We rewrite the first two rows while occupying hypothetical fourth and fifth rows, respectively:
Once this is done the calculation of the determinant is computed as follows:
- Multiply the diagonal elements.
- The descending diagonal from left to right has a sign
, while the descending diagonal from right to left has the sign .
Now take a look at the following example,
Example
As you can see the method is very simple, although the number of operations to perform is high, as is the possibility of error in the calculations.
There are certain properties that speed up the calculations, although it is also habitual to use powerful calculators to compute determinants.