Application

Permutations and the sign of permutations occur in the explicit expression for determinants. If A is an n by n matrix with entries Ai,j then the determinant det(A) is the sum over all n! permutations g in Sn of the products

sgn(g) A1,g(1) A2,g(2) ··· An,g(n),

i.e.,

det(A) = g sgn(g) A1,g(1) A2,g(2) ··· An,g(n).

In the case of a 2 by 2 matrix A = [[A1,1, A1,2],[A2,1, A2,2]] we find two terms:

Summing yields the familiar formula

det(A) = A1,1A2,2 - A1,2A2,1.

It is still easy to write down the explicit 6 term formula for a 3 by 3 determinant, but since n! grows so rapidly, the formula becomes quite impractical for computations if n gets large. For computations of determinants more practical methods are available derived from the above formula. Such methods are discussed in courses on linear algebra.