





























线性代数中,特征分解(Eigendecomposition),又称谱分解(Spectral decomposition)是将矩阵分解为由其特征值和特征向量表示的矩阵之积的方法。
$$
{\displaystyle \mathbf {A} \mathbf {v} =\lambda \mathbf {v} }
$$
其中 $λ$ 为一标量,称为 $v$ 对应的特征值。也称 $v$ 为特征值 $λ$ 对应的特征向量。也即特征向量被施以线性变换 $A$ 只会使向量伸长或缩短而其方向不被改变。
由上式可得
$$
{\displaystyle p\left(\lambda \right):=\det \left(\mathbf {A} -\lambda \mathbf {I} \right)=0 }
$$
$$ {\displaystyle p\left(\lambda \right)=(\lambda -\lambda _{1})^{n_{1}}(\lambda -\lambda _{2})^{n_{2}}\cdots (\lambda -\lambda _{k})^{n_{k}}=0 } $$
$$ {\displaystyle \sum \limits _{i=1}^{k}{n_{i}}=N} $$
$$
{\displaystyle \left(\mathbf {A} -\lambda _{i}\mathbf {I} \right)\mathbf {v} =0 }
$$
$$
{\displaystyle \mathbf {A} =\mathbf {Q} \mathbf {\Lambda } \mathbf {Q} ^{-1}}
$$
其中 $Q$ 是 $N×N$ 方阵,且其第 $i$ 列为 $A$ 的特征向量 $q_i$。
$Λ$ 是对角矩阵,其对角线上的元素为对应的特征值,也即 $\Lambda_{ii}=\lambda_i$。这里需要注意只有可对角化矩阵才可以作特征分解。
比如 ${\displaystyle {\begin{bmatrix}1&1\\0&1\\\end{bmatrix}}}$ 不能被对角化,也就不能特征分解。
一般来说,特征向量 $q_i ,, (i = 1, \dots, N)$ 一般被单位化(但这不是必须的)。未被单位化的特征向量组 $v_i ,, (i = 1, \dots, N)$, 也可以作为 $Q$ 的列向量。
$$
{\displaystyle \mathbf {A} =\mathbf {Q} \mathbf {\Lambda } \mathbf {Q} ^{-1}=\mathbf {Q} \mathbf {\Lambda } \mathbf {Q} ^{T}}
$$
$$
\mathbf {A} =\mathbf {Q} \mathbf {\Lambda } \mathbf {Q} ^{-1}
$$
$$
\mathbf {A}^T =(\mathbf {Q} {-1})T \mathbf {\Lambda } \mathbf {Q}^T
$$
$$
A^T=A
$$
$$
\mathbf {Q} ^{-1}=\mathbf {Q} ^{T}
$$
$$
{\displaystyle \mathbf {A} ^{-1}=\mathbf {Q} \mathbf {\Lambda } ^{-1}\mathbf {Q} ^{-1}}
$$
$$
{\displaystyle \left[\Lambda ^{-1}\right]_{ii}={\frac {1}{\lambda _{i}}}}
$$
文章链接:
https://www.zywvvd.com/notes/study/linear-algebra/matrix-decomp/eigenvalue-deco/eigendecomposition/
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。