首页 > 其他 > 详细

EVD to SVD

时间:2019-01-28 23:39:12      阅读:230      评论:0      收藏:0      [点我收藏+]

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

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

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!