Return to main page

Additional Material

Examples of Evaluated Determinants

Let the reader verify the following:
Obviously, the value of the last determinant should be verified by computer.



Official Evaluations of Determinants

The above figure for evaluating the 2x2 determinant shows α, β, with various subscripts which are the two permutations of 1,2. The above figure also shows for evaluating the 3x3 determinant the letters α, β, γ with various subscripts. The subscripts are the six permutations of the first three natural numbers. The even permutations induce plus signs before the terms, while the odd permutations induce negative signs before the terms. This idea can be used by computers to evaluate these and larger determinants. They also can be used to derive some useful properties of determinants of any size.

Let the reader use the cross hatch merthod forevaluating the determinants above to get evaluation expressions that are equivalent to the evaluation expressions also given above. They are equivalent because multiplication and addition of numbers are commutative.

The cross hatch method on an nxn matrix uses 2n diagonals and therefore produces 2n terms. The permutation method produces n! terms. For n=2 or n=3, 2n = n!   (2(2) = 2x1 and 2(3) = 3x2x1).   But for n>3, 2n < n!   (2(4) < 4x3x2x1, and 2(5)< 5x4x3x2x1, etc).   Therefore the cross hatch method is not valid for nxn determinants, where n>3.



Evaluation of a 3x3 Determinant by Minors Along Any Row or Any Column

In the previous discussion just above, the official evaluation of the 3x3 determinant is given:
   (E)   α1β2γ3 + α2β3γ1 + α3β1γ2 -- α1β3γ2 -- α2β1γ3 -- α3β2γ1

Consider now six ways of partially factoring the expression (E):
   (C1)   α12γ3 -- β3γ2) -- α21γ3 -- β3γ1) + α31γ2 -- β2γ1)
   (C2)   -- β12γ3 -- α3γ2) + β21γ3 -- α3γ1) -- β31γ2 -- α2γ1)
   (C3)   γ12β3 -- α3β2) -- γ21β3 -- α3β1) + γ31β2 -- α2β1)
   (R1)   α12γ3 -- β3γ2) -- β12γ3 -- α3γ2) + γ12β3 -- α3β2)
   (R2)   -- α21γ3 -- β3γ1) + β21γ3 -- α3γ1) -- γ21β3 -- α3β1)
   (R3)   α31γ2 -- β2γ1) -- β31γ2 -- α2γ1) + γ31β2 -- α2β1)

Although tedious, simple algebra eliminating parentheses can be used to show that each of the expressions (C1), (C2), (C3), (R1), (R2), (R3) is equal to expression (E), thus producing six algebraic identities

C1 = E,     C2 = E,     C3 = E,     R1 = E,     R2 = E,     R3 = E,

Each of the expressions in the parentheses in (C1), (C2), (C3), (R1), (R2), (R3) is actually an evaluation of a 2x2 determinant. Replacing parenthetical expressions by its 2x2 determinants in C1 = E and in R2 = E produce the equations





Expansion Using the Wrong Cofactors

Consider the two determinants det M1 and det M2:
Columns 1 and 2 are the same in both determinants, but columns 1 and 3 in det M2 are identical (except for color). Therefore det M2 = 0 by [1.6a]. Notice the equalities of the following 2x2 determinants:
cofactor(γ1) = cofactor(α1),       cofactor(γ2) = cofactor(α2),       cofactor(γ3) = cofactor(α3)
But the expansion by cofactors along the third column of det M2 is
det M2   =   α1cofactor(α1)   +   α2cofactor(α2)   +   α3cofactor(α3)
Therefore,
0   =   α1cofactor(γ1)   +   α2cofactor(γ2)   +   α3cofactor(γ3)
Consider this last expression as an expansion by cofactors along the first column of det M1 but using the cofactors along column 3. In a similar way it can be shown that
0   =   α1cofactor(β1)   +   α2cofactor(β2)   +   α3cofactor(β3)