CBMS-2020-08

题目来源:[[做题/文字版题库/CBMS/2020#Question 8|2020#Question 8]] 日期:2024-07-23 题目主题:Math-线性代数-矩阵特征值与特征向量

解题思路

题目要求我们展示矩阵的逆矩阵、特征值和特征向量,并研究矩阵的幂次与特征值和特征向量的关系。我们可以使用相似变换的性质来简化这些问题。

Solution

Problem 1: Show the inverse matrix for each of and

Since is a diagonal matrix with diagonal entries , its inverse, denoted as , is also a diagonal matrix. The diagonal entries of are the reciprocals of the diagonal entries of :

To find the inverse matrix of , use the given equation . Multiply both sides by and appropriately:

Taking the inverse of both sides, we get:

Using the property of inverses for matrix products:

Thus, is given by:

Problem 2: Show that is one of the eigenvalues of , and show one of the corresponding eigenvectors of

Given the equation , this implies that is the diagonal form of under the similarity transformation by . The diagonal entries of , denoted as , are the eigenvalues of .

To show this formally, consider , where is the -th standard basis vector. We have:

Since , let . Then:

Hence, is an eigenvector of corresponding to the eigenvalue .

Problem 3: Show every pair of eigenvalue and corresponding eigenvector of

From the similarity transformation , raising both sides to the power gives:

Since :

Because is diagonal, is also diagonal, with each diagonal element being raised to the power :

Thus, has the same eigenvectors as , and the eigenvalues are the -th powers of the eigenvalues of . Therefore, the eigenvalue-eigenvector pairs for are:

  • Eigenvalue:
  • Corresponding eigenvector:

In summary, every eigenvalue of raised to the power is an eigenvalue of , and the corresponding eigenvectors remain the same.

知识点

特征值特征向量相似变换

重点词汇

  • Matrix: 矩阵
  • Eigenvalue: 特征值
  • Eigenvector: 特征向量
  • Inverse matrix: 逆矩阵
  • Diagonal matrix: 对角矩阵
  • Similarity transformation: 相似变换

参考资料

  1. Axler, S. (2015). Linear Algebra Done Right. Springer. Chap. 8
  2. Strang, G. (2009). Introduction to Linear Algebra. Wellesley-Cambridge Press. Chap. 5