$$\text{Sei } A=(a_{ij})=\begin{pmatrix} a_{11} & a_{12} & ... & a_{1n}\\ a_{21} & a_{22} & ... & a_{2n} \\ ... & ... & ... & ... \\ a_{n1} & a_{n2} & ... & a_{nn}\end{pmatrix} \text{ eine quadratische } n\times n \text{ Matrix.}$$
$$\text{Die Determinante ist nach Definition linear in jeder Spalte und mit } det(A)=det(A^T) \text{ auch in jeder Zeile.}$$
$$\text{Du kannst die Matrix } A' \text{ aus A konstruieren, indem du in jeder Zeile und Spalte } i \\ \text{ wobei } i \text{ ungerade ist, die Spalte und Zeile mit } -1 \text{ multiplizierst, sodass auch die Determinante gleich bleibt. }$$
$$\text{Das Formulieren für Matrizen allgemein überlasse ich dir, allerdings zeige ich} \\ \text{es dir an einem Beispiel: } \\ det\begin{pmatrix} 1 & 2 & 3 & 4 & 5 \\ 6 & 7 & 8 & 9 & 10 \\ 11 & 12 & 13 & 14 & 15 \\ 16 & 17 & 18 & 19 & 20 \\ 21 & 22 & 23 & 24 & 25 \end{pmatrix}=det\begin{pmatrix} 1 & -2 & -3 & -4 & -5 \\ -6 & 7 & 8 & 9 & 10 \\ -11 & 12 & 13 & 14 & 15 \\ -16 & 17 & 18 & 19 & 20 \\ -21 & 22 & 23 & 24 & 25 \end{pmatrix}=det\begin{pmatrix} 1 & -2 & 3 & -4 & -5 \\ -6 & 7 & -8 & 9 & 10 \\ 11 & -12 & 13 & -14 & -15 \\ -16 & 17 & -18 & 19 & 20 \\ -21 & 22 & -23 & 24 & 25 \end{pmatrix} = det\begin{pmatrix} 1 & -2 & 3 & -4 & 5 \\ -6 & 7 & -8 & 9 & -10 \\ 11 & -12 & 13 & -14 & 15 \\ -16 & 17 & -18 & 19 & -20 \\ 21 & -22 & 23 & -24 & 25 \end{pmatrix}$$
$$\text{In diesem Falle wurden die Zeilen und Spalten 1, 3 und 5 jeweils mit -1 multipliziert.}$$