Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

8.

4 Permutation
A permutation ฯƒ of the set {1, 2, . . . , n} is a one-to-one mapping of the set onto
itself or, equivalently, a rearrangement of the numbers 1, 2, . . . , n. Such a permutation
ฯƒ is denoted by

1 2 โ‹ฏ ๐‘›
ฯƒ= ( โ‹ฏ ๐‘—๐‘› ) or ฯƒ = ๐‘—1 ๐‘—2 โ‹ฏ ๐‘—๐‘› where ๐‘—๐‘– = ฯƒ(i)
๐‘—1 ๐‘—2
The set of all such permutations is denoted by Sn, and the number of such
permutations is n!. If ฯƒ โˆˆ ๐‘†๐‘› , then the inverse mapping ฯƒโˆ’1 โˆˆ ๐‘†๐‘› , and if ฯƒ, ฯ„ โˆˆ ๐‘†๐‘› ,
then the composition mapping ฯƒ โˆ˜ ฯ„ โˆˆ ๐‘†๐‘› . Also, the identity mapping ๐œ€ = ฯƒ โˆ˜ ฯ„ โˆˆ ๐‘†๐‘› .
(In fact, ๐œ€ =123 . . . n.)

8.5 Determinants of Arbitrary Order


Definition: The determinant of ๐ด = [๐‘Ž๐‘–๐‘— ],, denoted by det(A) or |๐ด|, is the sum
of all the above n! products, where each such product is multiplied by sgn ฯƒ. That is,

|๐ด| = โˆ‘(๐‘ ๐‘”๐‘› ฯƒ)๐‘Ž1โ„ ๐‘Ž2โ„ โ‹ฏ ๐‘Ž๐‘›โ„๐‘›


1 2
ฯƒ
Or
|๐ด| = โˆ‘ (๐‘ ๐‘”๐‘› ฯƒ)๐‘Ž1ฯƒ(1) ๐‘Ž2ฯƒ(2) โ‹ฏ ๐‘Ž๐‘›ฯƒ(n)
ฯƒโˆˆ๐‘†๐‘›
Example :
(a) Let ๐ด = [๐‘Ž๐‘–๐‘— ], be a 1 ร— 1 matrix. Because S1 has only one permutation,
which is even, det(A) = a11, the number itself.
(b) Let ๐ด = [๐‘Ž๐‘–๐‘— ], be a 2 ร— 2 matrix. In S2, the permutation 12 is even and the
permutation 21 is odd. Hence,
๐‘Ž11 ๐‘Ž12
det (๐ด) = |๐‘Ž ๐‘Ž | = ๐‘Ž11 ๐‘Ž22 โˆ’ ๐‘Ž12 ๐‘Ž21
21 22

(c) Let ๐ด = [๐‘Ž๐‘–๐‘— ], be a 3 ร— 3 matrix. In S3, the permutations 123, 231, 312 are
even, and the permutations 321, 213,132 are odd. Hence,
๐‘Ž11 ๐‘Ž12 ๐‘Ž13
det(๐ด) = | 21 ๐‘Ž22 ๐‘Ž23 |
๐‘Ž
๐‘Ž31 ๐‘Ž32 ๐‘Ž33
= ๐‘Ž11 ๐‘Ž22 ๐‘Ž33 + ๐‘Ž12 ๐‘Ž23 ๐‘Ž31 + ๐‘Ž13 ๐‘Ž21 ๐‘Ž32 โˆ’ ๐‘Ž13 ๐‘Ž22 ๐‘Ž31 โˆ’ ๐‘Ž12 ๐‘Ž21 ๐‘Ž33 โˆ’ ๐‘Ž11 ๐‘Ž23 ๐‘Ž32

You might also like