Determine the number of possible values for the determinant of , given that is a matrix with real entries such that , where is the identity and is the all-zero matrix.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
If λ is an eigenvalue of A , then λ 3 − 8 λ + 3 = 0 , so ( λ − 3 ) ( λ 2 + 3 λ + 1 ) = 0 . This equation has three real roots, 3 , β 1 , β 2 , where β 1 β 2 = 1 .
Now any A is similar over the complex numbers to an upper triangular matrix with diagonal entries equal to its eigenvalues. (See e.g. the wiki on Jordan canonical form for a more precise statement.) So the determinant of A , which is an invariant under similarity, must equal 3 a β 1 b β 2 c , where the exponents are nonnegative integers satisfying a + b + c = n . Substituting β 2 = 1 / β 1 gives det ( A ) = 3 a β 1 a + 2 b − n .
So the number of distinct possible determinants is equal to the number of ordered pairs ( a , b ) with a , b ≥ 0 such that a + b ≤ n (it is not hard to check that any two such ordered pairs produce different exponents, and different exponents yield different determinants, as the powers of β 1 are all irrational).
This number is of course ( n + 1 ) ( n + 2 ) / 2 .