码迷,mamicode.com
首页 > 其他好文 > 详细

EVD to SVD

时间:2019-01-28 23:55:14      阅读:280      评论:0      收藏:0      [点我收藏+]

标签:logo   value   over   vector   bit   变换   svd   The   变化   

EVD(EigenValue Decomposition): Symmetric real n by n matrix A = VDV’. Here columns of V are eigenvectors for A and form an orthnormal basis. D is diagonal matrix with entries being eigenvalues of A.

SVD(Sigular Value Decomposition): Arbitrary real m by n matrix A = UDV’. There are orthogonal matices U(m by m) and V(n by n). Columns of U are called left singular vectors while columns of V are called right singular vectors. D is matrix with diagonal entries being singular values of A.

By thinking of matrices as linear tranformations, EVD breaks the transformation of A into n transformations. Here each of them either dilates or contracts one dimension according to the magnitudes of the eigenvalues. Moreover, the basis is orthonormal.  举例来说,对于二维向量v,A把v变换为w,维度并没有变化,w还是在平面上。

Analogously, SVD breaks the transformation of A into

EVD to SVD

标签:logo   value   over   vector   bit   变换   svd   The   变化   

原文地址:https://www.cnblogs.com/prototyping/p/10332207.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!