Jump to content

Generalized singular value decomposition

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 217.17.120.50 (talk) at 12:19, 22 September 2004. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

In Linear algebra the Generalized singular value decomposition (GSV) is a matrix decomposition more general than the singular value decomposition, used to study the conditioning and for regularization of linear systems with respect to quadratic semi-norms.

Given an matrix and a of matrix of real or complex numbers the GSVD is

and

where

  • and are unitary
  • is an upper triangular, nonsingular matrix, where is the rank of
  • and are and matrices zero except for the leading diagonals which consist of the real numbers and respecively, satisfying and .

The ratios are analogous to the singular values, and in an important special case where is square and invertable then they are the singular values, and and are the matrices of singular vectors, of the matrix .


References

  • Gene Golub, and Charles Van Loan, Matrix Computations, Third Edition, Johns Hopkins University Press, Baltimore, 1996, ISBN: 0801854148
  • Hansen, Per Christian, Rank-Deficient and Discrete Ill-Posed Problems: Numerical Aspects of Linear Inversion, SIAM Monographs on Mathematical Modeling and Computation 4. ISBN: 0-89871-403-6
  • LAPACK manual [1]
  • MATLAB documentation [2]