Lecture 29
Lecture 29
2 3
A
3 -6
Compute det A for
1 5 0
A 2 4 -1
0 -2 0
Let A and B be n x n matrices.
(a) A is invertible if and only if
det A 0.
(b) det AB (det A)(det B ).
T
(c) det A det A.
(d) If A is triangular, then det A
is the product of the entries
on the main diagonal of A.
(e) A row replacement
operation on A does not
change the determinant.
(f) A row interchange
changes the sign of the
determinant.
(g) A row scaling also scales
the determinant by the same
scalar factor.
det( A I ) 0
If A and B are n x n matrices,
then A is similar to B if there
is an invertible matrix P such
that P AP = B, or
-1
1 -4
A
4 2