General method for the calculation of determinants

We know that the calculation of a third-order determinant is quite long. The number of operations is high and it will be even higher when fourth-order determinants or larger must be calculated.

We also know that Sarrus' rule is valid only for the calculation of third-order determinants. Let’s now see a more general method.

Let's start with some examples of $$3 \times 3$$ determinants to see if your intuition helps you to find the general rule for calculating determinants.

$$$\left| \begin{matrix} 1 & 0 & 2 \\ 2 & 4 & 5 \\ 1 & 0 & 2 \end{matrix}\right|=1 \cdot \left|\begin{matrix} 4 & 5 \\ 0 & 2\end{matrix}\right|-0 \cdot \left|\begin{matrix}2 & 5 \\ 1 & 2\end{matrix}\right|+2 \cdot \left|\begin{matrix} 2 & 4 \\ 1 & 0\end{matrix}\right|=$$$

$$$=1 \cdot (4 \cdot 2-5\cdot 0)-0+2\cdot (2\cdot 0-4\cdot 1)=8-0-8=0$$$

$$$\left|\begin{matrix}1 & 2 & 3 \\ 4 & 5 & 6\\ 7 & 8 & 9\end{matrix}\right|=1 \cdot \left|\begin{matrix}5 & 6 \\ 8 & 9\end{matrix}\right|-2 \cdot \left|\begin{matrix}4 & 6 \\ 7 & 9 \end{matrix}\right|+3 \cdot \left|\begin{matrix} 4 & 5 \\ 7 & 8 \end{matrix}\right|=$$$

$$$=1 \cdot (5 \cdot 9- 6 \cdot 8)-2 \cdot (4 \cdot 9- 6\cdot 7 )+3\cdot (4 \cdot 8 -5 \cdot 7)=-3+12-9=0$$$

As you can see, the procedure is simple. The determinant of a matrix is the sum of the products of the elements of one row by their cofactors.

In these two solved cases, we have chosen the first row and each of its elements has been multiplied by its corresponding cofactor.

Let's take a look at the same example and proceed step by step:

$$$\left|\begin{matrix}1 & 2 & 3 \\ 4 & 5 & 6\\ 7 & 8 & 9\end{matrix}\right|$$$

  1. We choose one row, for instance, the first one $$(1 2 3)$$, and we begin with the first element: $$1$$.

  2. Its cofactor is calculated.

$$$\left|\begin{matrix}\rlap{/}1 & \rlap{/}2 & \rlap{/}3 \\ \rlap{/}4 & 5 & 6\\ \rlap{/}7 & 8 & 9\end{matrix}\right|=5 \cdot 9-8\cdot 6=-3$$$

(we must not change the sign, since $$1+1=2$$, a pair.)

  1. We multiply the selected term, that is $$1$$, by its corresponding cofactor.

$$$1 \cdot \left| \begin{matrix}5 & 6 \\ 8 & 9 \end{matrix}\right|= 1 \cdot (5 \cdot 9-6 \cdot 8)=-3$$$

And so on with the following elements.

  1. The second term is chosen, that is $$2$$.

  2. Its cofactor is calculated.

$$$\left| \begin{matrix}\rlap{/}1 & \rlap{/}2 & \rlap{/} 3\\ 4 & \rlap{/}5 & 6\\ 7 & \rlap{/}8 & 9\end{matrix}\right|$$$

Do not forget the minus sign!!! ($$1+2=3$$, which is odd).

$$$-2 \cdot \left| \begin{matrix}4 & 6 \\ 7 & 9\end{matrix}\right|=-2 \cdot (4 \cdot 9 - 6 \cdot 7)=12$$$

  1. We choose the last term and repeat the process, now with the positive sign.

$$$\left| \begin{matrix}\rlap{/}1 & \rlap{/}2 & \rlap{/} 3\\ 4 &5 & \rlap{/}6\\ 7 & 8 & \rlap{/}9\end{matrix}\right|=3 \cdot \left| \begin{matrix}4 & \\ 7 & 8 \end{matrix}\right|=3 \cdot (4 \cdot 8 - 5 \cdot 7)=3 \cdot (4 \cdot 8- 5 \cdot 7)= 3 \cdot (-3)=-9$$$

  1. Finally we add up all three cases. In this example the result is zero.

To summarize:

$$$\left| \begin{matrix}1 & 2 & 3 \\ 4 & 5 & 6\\ 7 & 8 & 9\end{matrix}\right|=\left| \begin{matrix}\rlap{/}1 & \rlap{/}2 & \rlap{/}3 \\ \rlap{/}4 & 5 & 6\\ \rlap{/}7 & 8 & 9\end{matrix}\right|-\left| \begin{matrix}\rlap{/}1 & \rlap{/}2 & \rlap{/}3 \\ 4 & \rlap{/}5 & 6\\ 7 & \rlap{/}8 & 9\end{matrix}\right|+\left| \begin{matrix}\rlap{/}1 & \rlap{/}2 & \rlap{/}3 \\ 4 & 5 & \rlap{/}6\\ 7 & 8 & \rlap{/}9\end{matrix}\right|=1 \cdot \left| \begin{matrix}5 & 6 \\ 8 & 9 \end{matrix}\right|-2 \cdot \left| \begin{matrix}4 & 6 \\ 7 & 9\end{matrix}\right|+3 \cdot \left| \begin{matrix}4 & \\ 7 & 8 \end{matrix}\right|$$$

and using what we have learned about the second-order determinants, we solve this case.

Rules for the calculation of higher order determinants

We will use the same method. The elements of a row are multiplied by their corresponding cofactors. That is:

$$$\left| \begin{matrix}1 & 0 & 2 & 1 \\ 0 & 3 & 2 & 1 \\ 2 & 4 & 1 & 2 \\ 3 & 1 & 0 & 2\end{matrix}\right|= \left| \begin{matrix}\rlap{/}1 & \rlap{/}0 & \rlap{/}2 & \rlap{/}1 \\ \rlap{/}0 & 3 & 2 & 1 \\ \rlap{/}2 & 4 & 1 & 2 \\ \rlap{/}3 & 1 & 0 & 2\end{matrix}\right| -\left| \begin{matrix}\rlap{/}1 & \rlap{/}0 & \rlap{/}2 & \rlap{/}1 \\ 0 & \rlap{/}3 & 2 & 1 \\ 2 & \rlap{/}4 & 1 & 2 \\ 3 & \rlap{/}1 & 0 & 2\end{matrix}\right| +\left| \begin{matrix}\rlap{/}1 & \rlap{/}0 & \rlap{/}2 & \rlap{/}1 \\ 0 & 3 & \rlap{/}2 & 1 \\ 2 & 4 & \rlap{/}1 & 2 \\ 3 & 1 & \rlap{/}0 & 2\end{matrix}\right|-\left| \begin{matrix}\rlap{/}1 & \rlap{/}0 & \rlap{/}2 & \rlap{/}1 \\ 0 & 3 & 2 & \rlap{/}1 \\ 2 & 4 & 1 & \rlap{/}2 \\ 3 & 1 & 0 & \rlap{/}2\end{matrix}\right| $$$

As in the case of third-order determinants, this boils down to multiplying each element of the first row by the determinants of "what is not crossed out", remembering always the corresponding sign. That is,

$$$\left| \begin{matrix}1 & 0 & 2 & 1 \\ 0 & 3 & 2 & 1 \\ 2 & 4 & 1 & 2 \\ 3 & 1 & 0 & 2\end{matrix}\right|= 1 \cdot \left| \begin{matrix} 3 & 2 & 1 \\ 4 & 1 & 2 \\ 1 & 0 & 2\end{matrix}\right|- 0 \cdot \left| \begin{matrix}0 & 2 & 1 \\ 2 & 1 & 2 \\ 3 & 0 & 2\end{matrix}\right|+2 \cdot \left| \begin{matrix} 0 & 3 & 1 \\ 2 & 4 & 2 \\ 3 & 1 & 2\end{matrix}\right|-1 \cdot \left| \begin{matrix}0 & 3 & 2 \\ 2 & 4 & 1\\ 3 & 1 & 0 \end{matrix}\right|$$$

So, solving four third-order determinants and using the previous expression, we can compute the determinant of the $$4 \times 4$$ matrix.

The same method can be used to calculate higher determinants. Thus, to calculate a 5th-order determinant, you should calculate $$5$$ fourth-order determinants, which in turn require the calculation of $$4$$ third-order determinants, and so on. We can see, then, that the method is sufficiently slow and tiresome to ensure that the use of powerful calculators is completely indispensable.