CBMS-2019-08
题目来源:[[做题/文字版题库/CBMS/2019#Question 8|2019#Question 8]] 日期:2024-07-26 题目主题:Math-线性代数-正定矩阵
解题思路
本题涉及正定矩阵的性质以及特征值和特征向量的计算。通过这些性质,可以推导出正定矩阵的对角元素为正数、对称矩阵的特征值为实数、正定矩阵的特征值为正数等结论。最后一问利用特征向量的正交性质,计算出次大特征值。
Solution
1. Show the diagonal elements of real positive definite matrix are positive
Consider the standard basis vector where the -th element is 1 and all other elements are 0. Then,
Since is positive definite, we have:
Thus,
2. Show the eigenvalues of real symmetric matrix are real
For a real symmetric matrix , consider its eigenvalue equation:
where is an eigenvector and is the corresponding eigenvalue. Since is symmetric, we have:
for any vectors and . Setting , we get:
Since (as ), must be real.
3. Show the eigenvalues of positive definite matrix are positive
Let be a positive definite matrix and be an eigenvalue with corresponding eigenvector :
Taking the transpose of , we have:
Since is positive definite, and . Thus,
4. Let be the set of non-zero -dimensional real column vectors of unit length. Show is the largest eigenvalue of positive definite matrix
Definitions and Setup
- Let be an real symmetric positive definite matrix.
- The set represents the set of unit vectors in .
- We aim to show that the maximum value of the quadratic form over the set is the largest eigenvalue of .
Step-by-Step Proof
- Spectral Theorem Application: Since is a real symmetric matrix, by the spectral theorem, it can be diagonalized as:
where is an orthogonal matrix (i.e., ) and is a diagonal matrix containing the eigenvalues of , with since is positive definite.
- Quadratic Form Transformation: For any unit vector (i.e., ), we can express in terms of the orthonormal basis formed by the columns of :
where is a unit vector () in . Substituting this into the quadratic form gives:
- Maximization over Unit Vectors: The expression can be written as:
where are the components of the vector . Given that (since is a unit vector), we need to maximize the weighted sum of the eigenvalues with respect to .
-
Eigenvalue Maximization:
To maximize , note that the maximum value occurs when and (because is the largest eigenvalue). Hence,
Therefore,
- Conclusion: The maximum value of the quadratic form over the unit sphere is indeed the largest eigenvalue of the positive definite matrix .
5. Suppose the eigenvectors of positive definite matrix are all different. Furthermore, suppose you know the largest eigenvalue and its associated eigenvector . Explain how to compute the second largest eigenvalue using and without computing the third largest or smaller eigenvalues
Given:
- is a positive definite matrix.
- has distinct eigenvalues .
- The largest eigenvalue and its associated eigenvector are known.
We aim to find the second largest eigenvalue using and .
Orthogonal Projection Method
-
Orthogonality of Eigenvectors: Since is symmetric, its eigenvectors corresponding to distinct eigenvalues are orthogonal. Thus, is orthogonal to all other eigenvectors of .
-
Defining the Subspace Orthogonal to : Let be the subspace of consisting of vectors orthogonal to :
- Rayleigh Quotient in the Subspace: The Rayleigh quotient for a vector is given by:
We need to maximize this quotient over the subspace .
-
Projection Method: To find , we consider the effect of and deflate by projecting it onto the subspace orthogonal to .
Define the matrix as:
This matrix removes the influence of and . The matrix still has the same eigenvectors as , but the eigenvalue associated with is replaced with 0.
-
Finding : The second largest eigenvalue of will be the largest eigenvalue of in the subspace orthogonal to .
To find , consider any vector in :
Here, is the projection of onto the subspace orthogonal to . Since is in , .
- Maximizing the Rayleigh Quotient: The Rayleigh quotient in the subspace for the matrix becomes:
Since , we have , and thus:
Therefore, the maximum value of in the subspace gives :
- Conclusion: By maximizing the Rayleigh quotient in the subspace orthogonal to the eigenvector associated with , we find the second largest eigenvalue .
知识点
难点思路
计算次大特征值的过程可能是一个难点,尤其是如何正确地使用正交性和 Rayleigh 商。
解题技巧和信息
- 正定矩阵的定义和性质非常重要,尤其是对特征值的影响。
- 计算特征值时,Rayleigh 商是一个有效工具。
- 正交性在分解和简化问题中非常有用。
重点词汇
- Positive definite matrix 正定矩阵
- Eigenvalue 特征值
- Eigenvector 特征向量
- Rayleigh quotient Rayleigh 商
- Orthogonal 正交的
参考资料
- Linear Algebra and Its Applications by Gilbert Strang, Chapter 6.
- Introduction to Linear Algebra by Gilbert Strang, Chapter 7.