Exercise 4.1.11

Prove that the trace a matrix equals the sum of eigenvalues in three steps. First, compute the coefficient of λn1 in the right side of the equality

det (A λI) = (λ1 λ)(λ2 λ)...(λn λ).

Then show that det (A λI) can be represented as

det (A λI) = (a1,1 λ)(a2,2 λ)...(an,n λ) + q(λ).

where q(λ) is polynomial of degree at most n 2. And finally, comparing the coefficients of λn1 get the conclusion.

Answers

Proof. First, recall the binomial theorem, the coefficient of λn1 in det (A λI) = (λ1 λ)(λ2 λ)...(λn λ) is C(λn1) = (1)n1(λ1 + λ2 + ... + λn). Because to get the term λn1, we need to pick λn times from the total n factors λi λ. Then the last one pick is λj from the factor whose λ is not picked. The resulting term is then (1)n1λjλn1. There are n combinations and the sum of each term is C(λn1)λn1.

Then, we show det (A λI) can be represented as

det (A λI) = (a1,1 λ)(a2,2 λ)...(an,n λ) + q(λ).

That is to say in det (A λI), the term λn1 are all from (a1,1 λ)(a2,2 λ)...(an,n λ). This holds because λ only appears on the diagonal of A λI. Using the formal definition of determinant, if we pick n 1 diagonal term with λ, then the last pick must also be on the diagonal. There is no other way to generate λn1. Thus q(λ) is a polynomial of degree at most n 2. Then we know the coefficient of λn1 also equals to C(λn1) = (1)n1(a1,1 + a2,2 + ... + an,n).

The coefficients derived from two different ways are identical, so we have i=1nai,i = i=1nλi, namely, the trace a matrix equals the sum of eigenvalues. □

User profile picture
2018-11-29 00:00
Comments