5.3. Basic Properties of Determinants
5.3. Basic Properties of Determinants
we have
a c
|A′ | = = ad − bc = |A|.
b d
Property II. The interchange of any two rows (or any two columns) will alter
the sign, but not the numerical value of the determinant.
50CHAPTER 5. LINEAR MODELS AND MATRIX ALGEBRA (CONTINUED)
a b
Example 5.3.2 = ad − bc, but the interchange of the two rows yields
c d
c d
= bc − ad = −(ad − bc).
a b
Property III. The multiplication of any one row (or one column) by a scalar
k will change the value of the determinant k-fold, i.e., for |A|,
Property IV. The addition (subtraction) of a multiple of any row (or column)
to (from) another row (or column) will leave the value of the determinant unal-
tered.
Example 5.3.3
a b a b
= a(d + kb) − b(c + ka) = ad − bc = .
c + ka d + kb c d
Example 5.3.4
a b b b a + 3b b b b a + 3b b b b
b a b b a + 3b a b b 0 a−b 0 0
= = = (a+3b)(a−b)3 .
b b a b a + 3b b a b 0 0 a−b 0
b b b a a + 3b b b a 0 0 0 a−b
Example 5.3.5
1 2 3 4 10 2 3 4 10 2 3 4
2 3 4 1 10 3 4 1 0 1 1 −3
= = = −168.
3 4 1 2 10 4 1 2 0 2 −2 −2
4 1 2 3 10 1 2 3 0 −1 −1 −1
Example 5.3.6
−2 5 −1 3 0 −13 25 17
−13 25 17
1 −9 13 7 1 −9 13 7
= = (−1)1+2 26 −34 −26 = 312.
3 −1 5 −5 0 26 −34 −26
26 −33 −24
2 8 −7 −10 0 26 −33 −24
52CHAPTER 5. LINEAR MODELS AND MATRIX ALGEBRA (CONTINUED)
Property V. If one row (or column) is a multiple of another row (or column),
the value of the determinant will be zero.
Example 5.3.7
ka kb
= kab − kab = 0.
a b
Property VI. If A and B are both square matrices, then |AB| = |A||B|.
The above basic properties are useful in several ways. For one thing,
they can be of great help in simplifying the task of evaluating determi-
nants. By subtracting multipliers of one row (or column) from another, for
instance, the elements of the determinant may be reduced to much simpler
numbers. If we can indeed apply these properties to transform some row
or column into a form containing mostly 0’s or 1’s, Laplace expansion of
the determinant will become a much more manageable task.
Property VII. |A−1 | = 1
|A|
. As a consequence, if A−1 exists, we must
have |A ̸= 0. The converse is also true.
Recipe - How to Calculate the Determinant:
the determinant. The same holds true for columns (i.e. the
determinant is not affected by linear operations with rows
(or columns)).
4. If two rows (or columns) are proportional, i.e., they are lin-
early dependent, then the determinant will vanish.
Using these rules, we can simplify the matrix (e.g. obtain as many zero
elements as possible) and then apply Laplace expansion.
1) The column rank and the row rank of a matrix are equal.