Lecture 07
Lecture 07
B1 det(B1) kdet( A)
kRi
Ri R j
A B2 det(B2 ) det( A)
R j kRi
B3 det(B3 ) det( A)
a11 a12 ... ... a1n a11 a12 ... ... a1n
row i ai1 ai 2 ... ... ain ai1 ai 2 ... ... ain
A A*
row j a j1 a j 2 ... ... a jn ai1 ai 2 ... ... ain
a an 2 ... ... ann a an 2 ... ... ann
n1 n1
For k 1, 2,..., n,
cofactors of A Ajk Ajk *
Observations:
3) ( j ,1)-cofactor of A ( j ,1)-cofactor of A*
cofactors of A*
( j , 2)-cofactor of A ( j , 2)-cofactor of A*
a11 a12 ... ... a1n a11 a12 ... ... a1n
row i ai1 ai 2 ... ... ain ai1 ai 2 ... ... ain
A A*
row j a j1 a j 2 ... ... a jn ai1 ai 2 ... ... ain
a an 2 ... ... ann a an 2 ... ... ann
n1 n1
For k 1, 2,..., n,
cofactors of A Ajk Ajk *
Observations:
3) ( j ,1)-cofactor of A ( j ,1)-cofactor of A*
cofactors of A*
( j , 2)-cofactor of A ( j , 2)-cofactor of A*
cofactor expansion along
a11 a12 ... ... a1n
row j of A* :
det( A* ) ai1 Aj1* ai 2 Aj 2* ai1 ai 2 ... ... ain
... ain Ajn* A*
ai1 Aj1 ai 2 Aj 2 ... ain Ajn ai1 ai 2 ... ... ain
(by observation 3)
a an 2 ... ... ann
0 (by observation 2) n1
ai1 Aj1 ai 2 Aj 2 ... ain Ajn 0
a11 a12 ... ... a1n a11 a12 ... ... a1n
ai1 ai 2 ... ... ain ai1 ai 2 ... ... ain
a j1 a j 2 ... ... a jn a j1 kai1 ... ... ... a jn kain
a an 2 ... ... ann a ann
n1 n1 an 2 ... ...
A B3
R j kRi
ai1 Aj1 ai 2 Aj 2 ... ain Ajn 0
A R
Yes! R is a triangular matrix
oh I know, then we
whose determinant is easy
keep track of what
to evaluate... we can now
e.r.o. have been
'backtrack' to find the
performed on A...
determinant of A.
A R
Find the determinant of the following matrix using
elementary row operations.
1 3 1 1
2 5 2 2
1 3 8 9
1 2
3 2
Suppose A and B are row equivalent matrices as
shown below:
5 0 8 1
R1 92 R2 R2 R3 4R2 0 2 1 0
A B
0 0 1 9
0 0 0 1
3
a b
A is invertible if and only if
c d
ad bc det( A) 0.
Let A and B be two square matrices of order n
and c is a scalar.
1) det(cA) c ndet( A)
Proof:
cR1 , cR2 ,..., cRn
A cA
Remark:
This results generalizes one that we had previously:
A Ek Ek1... E2 E1
So
AB Ek Ek1... E2 E1B
det( AB) det( Ek Ek1... E2 E1B)
2) det( AB) det( A)det(B)
Proof:
We use the result det(EA) det( E )det(A)
repeatedly on
Proof:
'candidate'
It suffices to show that
1
A adj(A) I
det( A)
Proof:
1
A adj(A) I
det( A)
(i , j)-entry of Aadj(A)
a11 a12 ... ... a1n A11 ... Aj1 ... An1
A ... A ... A
(i , j) 12 j2 n2
-entry of ai1 ai 2 ... ... ain
a a A ... A ... A
n1 n 2 ... ... ann 1n jn nn
det( A)
1
A
adj(A)
1
det( A) 0
det( A)
det( A)
0 det( A)
I
11
So we have shown that A adj(A).
det( A)
a b
Let A . Find adj( A).
c d
A11 A12 d c
T T
adj( A)
21
A A22 b a
d b
c a
1 1 d b
A
ad bc c a
3 2 4
Let A 4 3 1 . We have seen that det(A) 34.
0 2 4
3 1 4 1 4 3
A11 10 A12 16 A13 8
2 4 0 4 0 2
2 4 3 4 3 2
A21 16 A22 12 A23 6
2 4 0 4 0 2
2 4 3 4 3 2
A31 14 A32 19 A33 1
3 1 4 1 4 3
10 16 8 10 16 14
T
10 16 14
1
1
A 16 12 19
34
8 6 1
Suppose Ax b is a linear system where A is an
invertible square matrix of order n. For i 1, 2,..., n,
let Ai be the square matrix of order n where the
ith column of A is replaced by b.
Cramer's
x1
x Rule
Then the unique solution is x 2 where
x
n
det( Ai )
xi , i 1, 2,..., n.
det( A)
Solve the following linear system by Cramer's Rule.
x y z 1
2 x y z 4
x 2 y 3z 7
1 1 1 1 1 1 1 1 1
A 2 1 1 A1 4 1 1 A2 2 4 1
1 2 3 7 2 3 1 7 3
1 1 1
A3 2 1 4
1 2 7
det( A) 15 det( A1) 15 det( A2 ) 0 det( A3 ) 30
15 0 30
x 1 y 0 z 2
15 15 15
1 1 1 1 1 1 1 1 1
A 2 1 1 A1 4 1 1 A2 2 4 1
1 2 3 7 2 3 1 7 3
1 1 1
A3 2 1 4
1 2 7
Lecture 08:
Euclidean n-spaces
Linear Combinations and Linear Spans
(till Example 3.2.8)