[关闭]
@ybtang21c 2021-11-10T06:20:47.000000Z 字数 26304 阅读 2317

4.2 矩阵的正交(酉)三角分解

高等工程数学 讲义 2021



4.2.1 正交三角分解

阶复方阵 可分解为

其中 是酉矩阵, 是上三角阵,则称 QR分解(或 酉三角分解).


QR 分解的应用:解线性方程组


QR 分解的其他应用


求 QR 分解的方法

  1. 满秩矩阵的 QR 分解
    • Schmidt 方法
  2. 非满秩矩阵的 QR 分解
    • Householder 方法
    • Givens 方法

4.2.2 QR 分解的Schmidt方法

定理 若阶方阵 是可逆的,则 有唯一的 QR 分解

其中 是酉矩阵, 是对角元为正数的上三角矩阵.


证明思路



证明唯一性


注:若不要求上三角阵 的主对角元全为正数,则 的 QR 分解不唯一!


的 QR 分解.




注:任何列满秩的矩阵都可能存在 QR 分解.


问: 用 Schmidt 方法求 QR 分解需要方阵 是可逆的,不可逆方阵是否就不存在 QR 分解呢?


4.2.3 QR 分解的Householder方法

定理 是一给定的单位向量,则对任意的向量 ,存在 阶 Householder 矩阵 ,使得

其中 .


证明思路:



以下证明 .


给定单位向量 ,对向量

分别求 Householder 矩阵 ,使得


提示:




定理 任一复方阵 ,均存在 QR 分解,即存在酉矩阵 ,及复上三角矩阵 ,使得


证明思路:





的 QR 分解.


提示





4.2.4 用 Givens 变换进行 QR 分解



Givens 变换与 QR 分解

QR 分解可视为矩阵 左乘一系列正交矩阵 变换为一个上三角矩阵.


构造 Givens 变换,将向量 的第二个元素变为零。


利用 Givens 旋转构造正交变换,将向量 的后两个元素变为零。


利用 Givens 旋转构造正交变换,将方阵

化为上三角阵.


提示:




小结


附注:用 QR 算法求方阵的特征值

定理 的特征值满足

可对角化为 。若 存在 LU 分解 。则当 时, 的对角线下的元素趋于 ,对角线元素趋于特征值 .


The man behind the QR algorithm[2]

John Francis is an English computer scientist, who invented the QR algorithm in 1961. A year later he left the field of numerical analysis and had no idea of the impact of his work. In 2007, Gene Golub and Frank Uhlig managed to contacted him. He was the opening speaker at a mini-symposium that marked 50 years of the QR algorithm, held at the 23rd Biennial Conference on Numerical Analysis in Glasgow in June 2009.


证明思路[3]





[1] ,说明 ,因此有相同的特征值
[2] http://pi.math.cornell.edu/~web6140/TopTenAlgorithms/QRalgorithm.html
[3] https://www.zhihu.com/question/54455860
添加新批注
在作者公开此批注前,只有你和作者可见。
回复批注