特征值/特征向量数量
特征值与特征向量
题目详情
编程题:特征值/特征向量数量。
英文原题
How many eigenvalues does an matrix with real entries have? How many eigenvectors?
解析
对实系数的 矩阵 :
-
在复数域上,特征多项式次数为 ,因此有 个特征值(按代数重数计)。在实数域上,实特征值个数不一定是 (可能出现共轭复根成对)。
-
对任意特征值 ,其对应特征向量集合是一个非零线性子空间(特征子空间),因此“特征向量”按比例缩放有无穷多个。
-
线性无关的特征向量最多 个,最少至少 1 个(每个特征值至少有 1 个非零特征向量);是否能凑满 个取决于是否可对角化。
英文解析
Any matrix with real entries has eigenvalues, counted with their multiplicities; some of the eigenvalues may be complex numbers. Any matrix has at most eigenvectors.
Let be an matrix. Let be an eigenvalue of with corresponding eigenvector , and let be the characteristic polynomial of , where is the identity matrix. Note that
In other words, is an eigenvalue of if and only if is a root of the corresponding characteristic polynomial . Since is a polynomial of degree , it follows from the Fundamental Theorem of Algebra that has exactly (complex) roots when counted with their multiplicities. We conclude that any matrix has eigenvalues, counted with their multiplicities.
An eigenvalue of multiplicity has at least one eigenvector and at most linearly independent corresponding eigenvectors, but it may have less than linearly independent eigenvectors. Thus, an matrix has at most eigenvectors, and at least
as many eigenvectors as the number of distinct eigenvalues of the matrix.