Lecture7 D2 PDF
Lecture7 D2 PDF
Lecture7 D2 PDF
1/63
D ETERMINANTS
1/63
D ETERMINANTS
3/63
Axiomatic Approach
In what follows we shall use the symbol K to denote the set of
scalars. Thus K is either the set R of real numbers or the set C
of complex numbers. Recall that the rows of a n × n matrix
A = (aij ) are denoted by A1 , . . . , An . In the axiomatic approach,
we think of det A as a function D(A1 , . . . , An ) of the rows of A.
The basic properties we require of this function are as follows.
1. [Multilinearity] D is linear in each row, i.e., for any
i = 1, . . . , n, and any α, β ∈ K,
4/63
Determinant function
10/63
Adjoints and Inverses and Cramer’s Rule
The adjoint of a matrix A, denoted adj(A) is defined to be the
transpose of the cofactor matrix of A.
Lemma
For any A ∈ Mn (K),
Corollary
If det A 6= 0, then A is invertible and A−1 = (det A)−1 (adj A).
10/63
Adjoints and Inverses and Cramer’s Rule
The adjoint of a matrix A, denoted adj(A) is defined to be the
transpose of the cofactor matrix of A.
Lemma
For any A ∈ Mn (K),
Corollary
If det A 6= 0, then A is invertible and A−1 = (det A)−1 (adj A).
10/63
Adjoints and Inverses and Cramer’s Rule
The adjoint of a matrix A, denoted adj(A) is defined to be the
transpose of the cofactor matrix of A.
Lemma
For any A ∈ Mn (K),
Corollary
If det A 6= 0, then A is invertible and A−1 = (det A)−1 (adj A).
11/63
Cramer’s Rule
11/63
Cramer’s Rule
11/63
Cramer’s Rule
det Mj
xj = for j = 1, . . . , n.
det A
Sketch of Proof: Since A is invertible, the system Ax = b has
the unique solution x = A−1 b and det A 6= 0. From the last
corollary, A−1 = (det A)−1 adj(A), and so we see that
n n
1 X 1 X 1
xj = adj(A)jk bk = bk cofkj (A) = det Mj
det A det A det A
k =1 k =1
where the last step follows from the expansion of det Mj along
the j th column.
11/63
GEM Applied to Compute the Determinant
One of the most efficient ways of calculating determinants is
using a variant of GEM.
First observe if the effect of an elementary row operation
on the determinant of a square matrix A of size n × n.
Ri ↔Rj
I. A −→ A0 ⇒ det A0 = − det A
cR
II. A −→i A0 ⇒ det A0 = c det A
Ri +c Rj
III. A −→ A0 ⇒ det A0 = det A
13/63
More on computations of determinants
We already used the following fact for upper triangular matrices.
Fact: If A is a (lower or upper) triangular square matrix, then
det A is the product of its diagonal entries.
A proof of this is easily obtained using the recursive formula
(Laplace expansion) or the permutation expansion. More
generally, for block triangular matrices, we have the following:
Theorem
A B
If M = is a square matrix in block upper triangular
0 D
form, where A, B, D are submatrices of appropriate sizes, then