Generalized singular value decomposition
Appearance
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]