Section 8.3 Concepts
In this section.
Goal 8.3.1.
For a square matrix A of any size, determine a scalar δ and a matrix A′ so that AA′=δI.
- determine the scalar δ for each square matrix A, and then
- determine how to construct the matrix A′ that goes along with it.
Idea 8.3.2.
If AA′=(detA)I, then in the case that detA≠0, from
and Proposition 6.5.6 we know both that A is invertible and its inverse must be (detA)−1A′, as in the 2×2 case discussed above. Also, we will learn in Chapter 10 that when detA=0, then A must be singular. So the value of the determinant of a matrix will determine whether or not it is invertible.
Subsection 8.3.1 Definition of the determinant
It may seem from Section 8.2 that the definition of determinant is circular — we define the determinant in terms of entries and cofactors (via cofactor expansions), where cofactors are defined in terms of minors, which are defined in terms of … determinants? But the key word in the definition of minor is smaller — determinants are defined recursively in terms of smaller matrices. In Discovery guide 8.1, after first exploring the determinant of a 2×2 matrix as motivation, we started afresh with a precise definition of the 1×1 determinant, and then defined the 2×2 determinant in terms of 1×1 determinants. Then the 3×3 determinant is defined in terms of 2×2 determinants, and so on. As we will see in examples in Section 8.4, computing a determinant from this recursive definition will involve unpacking it in terms of determinants of one smaller size, then unpacking those in terms of determinants of one size smaller again, and so on. Technically, this process should continue until we are down to a bunch of 1×1 determinants, but since there is a simple formula for a 2×2 determinant, in direct computations we will stop there.Warning 8.3.3.
Computing determinants by cofactor expansions is extremely inefficient, whether by hand or by computer. For example, for a 10×10 matrix, the recursive process of a cofactor expansion could eventually require you to compute more than 1.8 million 2×2 determinants. In the next chapter we will discover that we can also compute determinants by … you guessed it, row reduction! (And there are other, more efficient methods for determinants by computer — we will leave those to a numerical methods course.) But again, the goal of this course is not to turn you into a super-efficient computer. We want to understand and be somewhat proficient at computing determinants by cofactor expansions so that we can think about and understand them in the abstract while we develop the theory of determinants.