LAL32 NP
LAL32 NP
Condensation
Winfried Just
Department of Mathematics, Ohio University
Definition
The function det assigns to every square matrix a number det(A)
and has the following properties:
1 When B is obtained by switching two rows of A, then
det(B) = − det(A).
2 When B is obtained by multiplying of one row of A by a
scalar λ, then det(B) = λ det(A).
3 When B is obtained by adding a scalar multiple of one row
of A to another row, then det(B) = det(A).
4 If A is upper-triangular or lower-triangular, then det(A) is the
product of the diagonal elements.
0 1 2
Let A = 0.2 −0.4 1 Form E1 A by switching rows 1 and 2:
−1 4 9
0 1 2 0.2 −0.4 1
A = 0.2 −0.4 1 −→ E1 A = 0 1 2
−1 4 9 −1 4 9
0 1 2 0.2 −0.4 1
R1↔R2
det(A) = 0.2 −0.4 1 = − 0 1 2
−1 4 9 −1 4 9
1 −2 5 1 −2 5
R17→5R1 R37→R3+R1
det(A) = − 15 0 1 2 = − 51 0 1 2
−1 4 9 0 2 14
1 −2 5
R37→R3−2R2
det(A) = − 15 0 1 2 = − 15 (1)(1)(10) = −2.
0 0 10