这一节主要是引入了一个新的定义:minimal polynomial。之前看过的教材中对此的定义是degree最低的能让T或者A为0的多项式,其实这个最低degree是有点概念性上的东西,但是这本书由于之前引入了ideal和generator,所以定义起来要严谨得多。比较容易证明的几个结论是:和
有相同的minimal polynomial,相似的矩阵有相同的minimal polynomial.
后面的主要内容就是两个定理,Theorem 3说明特征多项式和最小多项式有相同的roots。Theorem 4即有名的Cayley-Hamilton定理,的特征多项式可以annihilate
,因此最小多项式整除特征多项式,这一节中对此定理的证明用了行列式的方法。
Exercises
1.Let be a finite-dimensional vector space. What is the minimal polynomial for the identity operator on
? What is the minimal polynomial for the zero operator?
Solution: The minimal polynomial for is
, since
. The mininal polynomial for
is
.
2.Let be elements of a field
, and let
be the following
matrix over
:
Prove that the characteristic polynomial for is
and that this is also the minimal polynomial for
.
Solution: We have
To see this is also the minimal polynomial for , notice that
thus for any polynomial of degree 2, we write
, then
assume , then
, a contradiction to
. Thus any polynomial of degree
or less cannot be the minimal polynomial for
.
3.Let be the
matrix
Show that the characteristic polynomial for is
and that it is also the minimal polynomial.
Solution: We have
To see this is also the minimal polynomial for , notice that
thus for any polynomial of degree 3, write
, then
If , then
, thus
means
, then
, which means
, a contradiction. Thus any polynomial of degree
or less cannot be the minimal polynomial for
.
4.Is the matrix of Exercise 3 similar over the field of complex numbers to a diagonal matrix?
Solution: We see the characteristic value of are
, it is easy to see
, thus
, which means
cannot be similar to a diagonal matrix.
5.Let be an
-dimensional vector space and let
be a linear operator on
. Suppose that there exists some positive integer
so that
. Prove that
.
Solution: When the result is obvious. Now suppose
, from the intergers
we can find one unique integer
such that
and
. By Cayley-Hamiltion Theorem we get
, where
is the characteristic polynomial of
. Write
to be
, then
if we multiple on both sides, we get
, thus
and we reduce
to
. Multiple
we can get
, and continue this step we would eventually have
, thus
since
.
6.Find a matrix for which the minimal polyomial is
.
Solution: A simple example would be .
7.Let be a positive integer, and let
be the space of polynomials over
which have degree at most
(throw in the 0-polynomial). Let
be the differentiation operator on
. What is the minimal polynomial for
?
Solution: We can easily see for all
. To see
is the the minimal polynomial for
, assume there is
which annihilate
, then
consider , we have
, thus
let we get
, a contradiction since
is a positive integer.
8.Let be the operator on
which projects each vector onto the
-axis, parallel to the
-axis:
. Show that
is linear. What is the minimal polynomial for
?
Solution: To see is linear, notice that
The minimal polynomial for is
.
9.Let be an
matrix with characteristic polynomial
Show that
Solution: There are no method to solve this problem using only contents before Section 6.3, in fact, later we can prove is similar to an upper-triangular matrix with each
repeated
times, and the result follows since simlar matrices have the same trace.
10.Let be the vector space of
matrices over the fielf
. Let
be a fixed
matrix. Let
be the linear operator on
defined by
. Show that the minimal polynomial for
is the minimal polynomial for
.
Solution: Let be the minimal polynomial for
, thus
. For
we have
, this means
, since
is arbitrary we get
. Similarly we have
, and the conclusion follows.
11.Let and
be
matrices over the field
. According to Exercise 9 in Section 6.2, the matrices
and
have the same characteristic values. Do they have the same characteristic polynomial? Do they have the same minimal polynomial?
Solution: To show they have the same characteristic polynomial we need to show . Define
matrices
as
then we see that
Since and
, we have
To see they need not have the same minimal polynomial, choose
then while
, thus the minimal polynomial of
is
, which is not the same as that of
.