请输入您要查询的字词:

 

单词 SingularValueDecomposition
释义

singular value decomposition


Any real m×n matrix A can be decomposed into

A=USVT

where U is an m×m orthogonal matrixMathworldPlanetmath, V is an n×n orthogonal matrix, and S is a unique m×n diagonal matrixMathworldPlanetmath with real, non-negative elements σi, i=1,,min(m,n) , in descending order:

σ1σ2σmin(m,n)0

The σi are the singular valuesMathworldPlanetmath of A and the first min(m,n) columns of U and V are the left and right (respectively) singular vectors of A. S has the form:

[Σ0]ifmnand[Σ0]ifm<n,

where Σ is a diagonal matrix with the diagonal elements σ1,σ2,,σmin(m,n). We assume now mn. If r=rank(A)<n , then

σ1σ2σr>σr+1==σn=0.

If σr0 and σr+1==σn=0, then r is the rank of A. In this case, S becomes an r×r matrix, and U and V shrink accordingly. SVD can thus be used for rank determination.

The SVD provides a numerically robust solution to the least-squares problem. The matrix-algebraic phrasing of the least-squares solution x is

x=(ATA)-1ATb

Then utilizing the SVD by making the replacement A=USVT we have

x=V[Σ-10]UTb.

References

  • Originally from The Data Analysis Briefbook (http://rkb.home.cern.ch/rkb/titleA.htmlhttp://rkb.home.cern.ch/rkb/titleA.html)

Titlesingular value decomposition
Canonical nameSingularValueDecomposition
Date of creation2013-03-22 12:05:17
Last modified on2013-03-22 12:05:17
Ownerakrowne (2)
Last modified byakrowne (2)
Numerical id9
Authorakrowne (2)
Entry typeDefinition
Classificationmsc 15-00
Classificationmsc 65-00
SynonymSVD
Synonymsingular value
Synonymsingular vector
Related topicEigenvectorMathworldPlanetmathPlanetmathPlanetmath
Related topicEigenvalueMathworldPlanetmathPlanetmathPlanetmathPlanetmath
随便看

 

数学辞典收录了18232条数学词条,基本涵盖了常用数学知识及数学英语单词词组的翻译及用法,是数学学习的有利工具。

 

Copyright © 2000-2023 Newdu.com.com All Rights Reserved
更新时间:2025/5/4 7:05:14