
4 Determinants
To a square matrix A, it turns out that we can attach a single number, its determinant, which encapsu-
lates the extent to which the linear map LAenlarges or contracts space.
For instance, consider a 2 ×2 matrix A=a b
c d . Its columns are the
result of multiplying the standard basis vectors i,jby A:
Ai=a
cAj=b
d
For simplicity, suppose a,b,c,d>0 and that the columns are ori-
ented as in the picture. The unit square spanned by i,jis transformed
by Ato a parallelogram, whose area is
(a+b)(c+d)−2bc −2·1
2bd −2·1
2ac =ad −bc
This one number neatly summarizes how left-multiplication by Achanges the area of a shape.
4.1 Determinants of Order 2
Definition 4.1. The determinant det A=|A|of a 2 ×2 matrix A=a b
c d is the scalar
det A=ad −bc
Example 4.2. If A=1 2
4 3 and B=5 0
1−2, then
det A=1·3−2·4=−5, det B=5·(−2)−0·1=−10
Note that det : M2(F)→Fis a non-linear function; for instance
det(A+B) =
6 2
5 1
=6−10 =−4=det A+det B
However, determinant does play nicely with matrix multiplication:
det AB =
7−4
23 −6
=−42 +92 =50 =det Adet B
In the following results, we summarize the key properties of order 2 determinants: with the exception
of the explicit inverse formula, these will eventually be seen to hold in higher dimensions.
Theorem 4.3 (Basic properties of order-two determinants). 1. det AT=det A
2. det A=0if and only if the columns (rows) of Aare parallel (linearly dependent).
3. Determinant is a bilinear function of the columns (rows) of A.
4. det AB =det Adet B
1