Lecture 18
Lecture 18
Lecture 18
2 1 3
det B 1 5 1 2(45 0) 1(9 8) 3(0 40)
8 0 9
90 1 120 31
Evaluate det A where
1 2 3 4
2
3 4 1
A
3 4 1 2
4 1 2 3
Evaluate the determinant of
the matrix
4 2 5 10
1 1 6 3
A
7 3 0 5
0 2 5 8
R2 ( 4) R1 , R3 ( 7) R1
1 1 6 3
0 2 19 2
0 4 42 16
0 2 5 8
R2 ( 2) R1 , R3 ( 1) R1
1 19 2
( 2) 0 4 12
0 14 6
Expand from Ist column
4 12
2
14 6
=-2(24+168)=-384
Without expansion, show that
x a x bc
x b x c a 0
x c x a b
1 1 bc
x(a b c) 1 1 c a 0
1 1 a b
Evaluate 2 3 1 0 1
1 1 3 1 2
A 2 1 2 3 4
3 2 1 1 2
4 1 1 0 0
C 9C , C 3C
2 1 3 1
1 0 0
4 23 5
10 64 13
expand from Ist row
-23 -5
=- (299 320) 21
-64 -13
An Algorithm to Evaluate
the Determinant
1. By an interchange of rows
of A (and taking the
resulting sign into account)
bring a non zero entry to
(1,1) the position (unless
all the entries in the first
column are zero in which
case det A=0).
2. By adding suitable
multiples of the first row to
all the other rows, reduce the
(n-1) entries, except (1,1) in
the first column, to 0.
Expand det(A) by its first
column. Repeat this
process. Or continue the
following steps.
3. Repeat step 1 and step 2
with the last remaining
rows concentrating on the
second column.
4. Repeat step 1,step2 and
step 3 with the remaining
(n-2) rows, (n-3) rows and
so on, until a triangular
matrix is obtained.
5. Multiply all the diagonal
entries of the resulting
triangular matrix and then
multiply it by its sign to get
det(A).
Compute det A, where
1 4 2
A 2 8 9
1 7 0
Compute det A, where
2 8 6 8
3 9 5 10
A
3 0 1 2
1 4 0 6
Show that
x 2 2 2
2 x 2 2 3
( x 6)( x 2)
2 2 x 2
2 2 2 x
1 2 2 2
0 x 2 0 0
( x 6)
0 0 x 2 0
0 0 0 x 2
Suppose that a square matrix
A has been reduced to an
echelon form U by row
replacements and row
interchanges. If there are r
interchanges, then
r
det A ( 1) det U
0
0
U U
0 0 0 0
0 0 0 0 0 0 0
det U 0 det U 0
(Typical echelon forms of
the square matrices)
(-1)r .(Product of pivots in U) When A is invertible
detA =
0 When A is not invertible
Compute det A, where
3 1 2 5
0 5 3 6
A
6 7 7 4
5 8 0 9
Compute det A, where
0 1 2 1
2 5 7 3
A
0 3 6 2
2 5 4 2
If A is an n x n matrix, then
det AT = det A.
1 2 3
det At 4 1 1 1(3 2) 2(12 1) 3(8 1)
1 2 3
1 22 21 0
If A and B are n x n matrices,
then
det( AB) (det A)(det B)
6 1 4 3
A and B
3 2 1 2
6 1 4 3 25 20
AB
3 2 1 2 14 13