Matrix class preparation on Decomposition--(1)

博客介绍了矩阵的多种分解方法,包括特征值正交分解、QR分解、LU分解和SVD分解。阐述了各分解的形式,如特征值正交分解A=PDP'等。还提及QR分解用于解线性方程组,SVD可用于二次误差最佳逼近,在mutiview中是处理fundamental matrix的常用工具。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

特征值正交分解 A=PDP', where P'=inverse(P), D is diagonal matrix of eigenvalues.特点: A^{n} = PD^{n}P';  e^{A}=Pe^{D}P'

QR分解 A=QR, where R is an upper triangular matrix and Q is an orthogonal matrix. QR 分解常用于解线性方程组。

LU分解 A=LU, where L is an lower triangular matrix and U an  upper triangular matrix . QR 分解常用于解Ax=b=>L(Ux)=b=>Ly=b, Ux=y。

SVD分解 A=UDV', where A is m-n matrix, and D is n-n diagonal matrix.  U is m-n matrix and V is n-n matrix such that U'U=V'V=I. 不是所有的矩阵都可以特征值分解,但是所有的实矩阵都可以特征值分解。

SVD一个用途是二次误差最佳逼近。这个含义上SVD, PCA, Fourier很像。
在mutiview里面,SVD几乎是处理fundmental matrix的必用工具。

further reading:

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值