Determinant |
Determinant | ||
In order to be able to use Cramer's rule we need to know how to calculate determinant

The definition for determinant of a matrix is based on some properties of permutations. Consider a set of

elements. A one-to-one mapping of this set into itself is cold a permutation (of order n. The set of all permutations of order n is denoted by

and called symmetric group. See
http://en.wikipedia.org/wiki/Symmetric_groupfor details.

has two elements

Symmetric group
has six elements

It is not difficult to see that
has
elements, where

We can calculate the number of inversions in each permutations. Inversion is when a larger number precedes the smaller. For example, permutation

has one inversion because 2 is placed before1. On the other hand,

has two inversions: 2 before 1, and 3 before 1.
Now we can define the signature of a permutation


The determinant of a square matrix
,
is defined as

Given
calculate
is not an easy exercise. However, if
is a triangular matrix, then

On the other hand, elementary row (column operations) can be used to bring a matrix into a triangular form. It is important to notice how the determinant is changing when the matrix undergoes elementary row (column operations).
- i.
-
changes its sign when two neighboring rows (or columns) are exchanged. - ii.
-
is multiplied by a number
when a row (or column) is multiplied by 
- iii.
-
does not change its value when any row (column) is replaced by its sum with multiple of any other row (column).
In terms of columns the elementary operations can be presented as follows.
- i.
-

- ii.
-

- iii.
-

Hence, we have the following recipe for calculating
Use both elementary row and column operations in order to bring
into a triangular form and then calculate the determinant as the product of diagonal elements.
There are many different ways to calculate
We mention here only one recursive method which follows immediately from the definition of


where the matrix
is obtained from
by crossing out ith row and jth column.
Next: Exercises Up: Cramer's rule Previous: Linear systems with two unknowns Sergey Nikitin 2004-09-09
