Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
Singular value decomposition
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
{{Short description|Matrix decomposition}} {{Use dmy dates|date=October 2020}} {{CS1 config|mode=cs1}} [[File:Singular-Value-Decomposition.svg|thumb|Illustration of the singular value decomposition {{math|'''UΣV'''<sup>⁎</sup>}} of a real {{math|2 × 2}} matrix {{math|'''M'''}}.{{ubli | '''Top:''' The action of {{math|'''M'''}}, indicated by its effect on the unit disc {{mvar|D}} and the two canonical unit vectors {{math|''e''<sub>1</sub>}} and {{math|''e''<sub>2</sub>}}. | '''Left:''' The action of {{math|'''V'''<sup>⁎</sup>}}, a rotation, on {{math|''D''}}, {{math|''e''<sub>1</sub>}}, and {{math|''e''<sub>2</sub>}}. | '''Bottom:''' The action of {{math|'''Σ'''}}, a scaling by the singular values {{math|''σ''<sub>1</sub>}} horizontally and {{math|''σ''<sub>2</sub>}} vertically. | '''Right:''' The action of {{math|'''U'''}}, another rotation. }} ]] In [[linear algebra]], the '''singular value decomposition''' ('''SVD''') is a [[Matrix decomposition|factorization]] of a [[real number|real]] or [[complex number|complex]] [[matrix (mathematics)|matrix]] into a rotation, followed by a rescaling followed by another rotation. It generalizes the [[eigendecomposition]] of a square [[normal matrix]] with an orthonormal eigenbasis to any {{tmath|m \times n}} matrix. It is related to the [[polar decomposition#Matrix polar decomposition|polar decomposition]]. Specifically, the singular value decomposition of an <math>m \times n</math> complex matrix {{tmath|\mathbf M}} is a factorization of the form <math>\mathbf{M} = \mathbf{U\Sigma V^*},</math> where {{tmath|\mathbf U}} is an {{tmath|m \times m}} complex [[unitary matrix]], <math>\mathbf \Sigma</math> is an <math>m \times n</math> [[rectangular diagonal matrix]] with non-negative real numbers on the diagonal, {{tmath|\mathbf V}} is an <math>n \times n</math> complex unitary matrix, and <math>\mathbf V^*</math> is the [[conjugate transpose]] of {{tmath|\mathbf V}}. Such decomposition always exists for any complex matrix. If {{tmath|\mathbf M}} is real, then {{tmath|\mathbf U}} and {{tmath|\mathbf V}} can be guaranteed to be real [[orthogonal matrix|orthogonal]] matrices; in such contexts, the SVD is often denoted <math>\mathbf U \mathbf \Sigma \mathbf V^\mathrm{T}.</math> The diagonal entries <math>\sigma_i = \Sigma_{i i}</math> of <math>\mathbf \Sigma</math> are uniquely determined by {{tmath|\mathbf M}} and are known as the [[singular value]]s of {{tmath|\mathbf M}}. The number of non-zero singular values is equal to the [[rank of a matrix|rank]] of {{tmath|\mathbf M}}. The columns of {{tmath|\mathbf U}} and the columns of {{tmath|\mathbf V}} are called left-singular vectors and right-singular vectors of {{tmath|\mathbf M}}, respectively. They form two sets of [[orthonormal basis|orthonormal bases]] {{tmath|\mathbf u_1, \ldots, \mathbf u_m}} and {{tmath|\mathbf v_1, \ldots, \mathbf v_n,}} and if they are sorted so that the singular values <math>\sigma_i</math> with value zero are all in the highest-numbered columns (or rows), the singular value decomposition can be written as <math display=block> \mathbf{M} = \sum_{i=1}^{r}\sigma_i\mathbf{u}_i\mathbf{v}_i^{*}, </math> where <math>r \leq \min\{m,n\}</math> is the rank of {{tmath|\mathbf M.}} The SVD is not unique. However, it is always possible to choose the decomposition such that the singular values <math>\Sigma_{i i}</math> are in descending order. In this case, <math>\mathbf \Sigma</math> (but not {{tmath|\mathbf U}} and {{tmath|\mathbf V}}) is uniquely determined by {{tmath|\mathbf M.}} The term sometimes refers to the '''compact SVD''', a similar decomposition {{tmath|\mathbf M {{=}} \mathbf{U\Sigma V}^*}} in which {{tmath|\mathbf \Sigma}} is square diagonal of size {{tmath|r \times r,}} where {{tmath|r \leq \min\{m,n\} }} is the rank of {{tmath|\mathbf M,}} and has only the non-zero singular values. In this variant, {{tmath|\mathbf U}} is an {{tmath|m \times r}} [[semi-orthogonal matrix|semi-unitary matrix]] and <math>\mathbf{V}</math> is an {{tmath|n \times r}} [[semi-orthogonal matrix|semi-unitary matrix]], such that <math>\mathbf U^* \mathbf U = \mathbf V^* \mathbf V = \mathbf I_r.</math> Mathematical applications of the SVD include computing the [[Moore–Penrose pseudoinverse|pseudoinverse]], matrix approximation, and determining the rank, [[range of a matrix|range]], and [[kernel (matrix)|null space]] of a matrix. The SVD is also extremely useful in many areas of science, [[engineering]], and [[statistics]], such as [[signal processing]], [[least squares]] fitting of data, and [[process control]]. == Intuitive interpretations == [[File:Singular value decomposition.gif|thumb|right|280px|Animated illustration of the SVD of a 2D, real [[Shear mapping|shearing matrix]] {{math|'''M'''}}. First, we see the [[unit disc]] in blue together with the two [[standard basis|canonical unit vectors]]. We then see the actions of {{math|'''M'''}}, which distorts the disk to an [[ellipse]]. The SVD decomposes {{math|'''M'''}} into three simple transformations: an initial [[Rotation matrix|rotation]] {{math|'''V'''<sup>⁎</sup>}}, a [[Scaling matrix|scaling]] <math>\mathbf{\Sigma}</math> along the coordinate axes, and a final rotation {{math|'''U'''}}. The lengths {{math|''σ''<sub>1</sub>}} and {{math|''σ''<sub>2</sub>}} of the [[Ellipse#Elements of an ellipse|semi-axes]] of the ellipse are the [[singular value]]s of {{math|'''M'''}}, namely {{math|Σ<sub>1,1</sub>}} and {{math|Σ<sub>2,2</sub>}}.]] [[File:Singular_value_decomposition_visualisation.svg|thumb|Visualization of the matrix multiplications in singular value decomposition]] === Rotation, coordinate scaling, and reflection === In the special case when {{tmath|\mathbf M}} is an {{tmath|m \times m}} real [[square matrix]], the matrices {{tmath|\mathbf U}} and {{tmath|\mathbf V^*}} can be chosen to be real {{tmath|m \times m}} matrices too. In that case, "unitary" is the same as "[[orthogonal matrix|orthogonal]]". Then, interpreting both unitary matrices as well as the diagonal matrix, summarized here as {{tmath|\mathbf A,}} as a [[linear transformation]] {{tmath| \mathbf x \mapsto \mathbf{Ax} }} of the space {{tmath|\mathbf R_m,}} the matrices {{tmath|\mathbf U}} and {{tmath|\mathbf V^*}} represent [[rotation (geometry)|rotations]] or [[reflection (geometry)|reflection]] of the space, while {{tmath|\mathbf \Sigma}} represents the [[scaling matrix|scaling]] of each coordinate {{tmath|\mathbf x_i}} by the factor {{tmath|\sigma_i.}} Thus the SVD decomposition breaks down any linear transformation of {{tmath|\mathbf R^m}} into a [[function composition|composition]] of three geometrical [[transformation (geometry)|transformations]]: a rotation or reflection {{nobr|({{tmath|\mathbf V^*}}),}} followed by a coordinate-by-coordinate [[scaling (geometry)|scaling]] {{nobr|({{tmath|\mathbf \Sigma}}),}} followed by another rotation or reflection {{nobr|({{tmath|\mathbf U}}).}} In particular, if {{tmath|\mathbf M}} has a positive determinant, then {{tmath|\mathbf U}} and {{tmath|\mathbf V^*}} can be chosen to be both rotations with reflections, or both rotations without reflections.{{Citation needed|date=September 2022}} If the determinant is negative, exactly one of them will have a reflection. If the determinant is zero, each can be independently chosen to be of either type. If the matrix {{tmath|\mathbf M}} is real but not square, namely {{tmath|m\times n}} with {{tmath|m \neq n,}} it can be interpreted as a linear transformation from {{tmath|\mathbf R^n}} to {{tmath|\mathbf R^ m.}} Then {{tmath|\mathbf U}} and {{tmath|\mathbf V^*}} can be chosen to be rotations/reflections of {{tmath|\mathbf R^m}} and {{tmath|\mathbf R^n,}} respectively; and {{tmath|\mathbf \Sigma,}} besides scaling the first {{tmath|\min\{m,n\} }} coordinates, also extends the vector with zeros, i.e. removes trailing coordinates, so as to turn {{tmath|\mathbf R^n}} into {{tmath|\mathbf R^m.}} === Singular values as semiaxes of an ellipse or ellipsoid === As shown in the figure, the [[singular values]] can be interpreted as the magnitude of the semiaxes of an [[ellipse]] in 2D. This concept can be generalized to {{tmath|n}}-dimensional [[Euclidean space]], with the singular values of any {{tmath|n \times n}} [[square matrix]] being viewed as the magnitude of the semiaxis of an {{tmath|n}}-dimensional [[ellipsoid]]. Similarly, the singular values of any {{tmath|m \times n}} matrix can be viewed as the magnitude of the semiaxis of an {{tmath|n}}-dimensional [[ellipsoid]] in {{tmath|m}}-dimensional space, for example as an ellipse in a (tilted) 2D plane in a 3D space. Singular values encode magnitude of the semiaxis, while singular vectors encode direction. See [[#Geometric meaning|below]] for further details. === The columns of {{math|U}} and {{math|V}} are orthonormal bases === Since {{tmath|\mathbf U}} and {{tmath|\mathbf V^*}} are unitary, the columns of each of them form a set of [[orthonormal vectors]], which can be regarded as [[basis vectors]]. The matrix {{tmath|\mathbf M}} maps the basis vector {{tmath|\mathbf V_i}} to the stretched unit vector {{tmath|\sigma_i \mathbf U_i.}} By the definition of a unitary matrix, the same is true for their conjugate transposes {{tmath|\mathbf U^*}} and {{tmath|\mathbf V,}} except the geometric interpretation of the singular values as stretches is lost. In short, the columns of {{tmath|\mathbf U,}} {{tmath|\mathbf U^*,}} {{tmath|\mathbf V,}} and {{tmath|\mathbf V^*}} are [[Orthonormal basis|orthonormal bases]]. When {{tmath|\mathbf M}} is a [[Definite matrix|positive-semidefinite]] [[Hermitian matrix]], {{tmath|\mathbf U}} and {{tmath|\mathbf V}} are both equal to the unitary matrix used to diagonalize {{tmath|\mathbf M.}} However, when {{tmath|\mathbf M}} is not positive-semidefinite and Hermitian but still [[diagonalizable]], its [[eigendecomposition]] and singular value decomposition are distinct. === Relation to the four fundamental subspaces === * The first {{tmath|r}} columns of {{tmath|\mathbf U}} are a basis of the [[column space]] of {{tmath|\mathbf M}}. * The last {{tmath|m-r}} columns of {{tmath|\mathbf U}} are a basis of the [[null space]] of {{tmath|\mathbf M^*}}. * The first {{tmath|r}} columns of {{tmath|\mathbf V}} are a basis of the column space of {{tmath|\mathbf M^*}} (the [[row space]] of {{tmath|\mathbf M}} in the real case). * The last {{tmath|n-r}} columns of {{tmath|\mathbf V}} are a basis of the null space of {{tmath|\mathbf M}}. === Geometric meaning === Because {{tmath|\mathbf U}} and {{tmath|\mathbf V}} are unitary, we know that the columns {{tmath|\mathbf U_1, \ldots, \mathbf U_m}} of {{tmath|\mathbf U}} yield an [[orthonormal basis]] of {{tmath|K^m}} and the columns {{tmath|\mathbf V_1, \ldots, \mathbf V_n}} of {{tmath|\mathbf V}} yield an orthonormal basis of {{tmath|K^n}} (with respect to the standard [[scalar product]]s on these spaces). The [[linear transformation]] <math display=block> T : \left\{\begin{aligned} K^n &\to K^m \\ x &\mapsto \mathbf{M}x \end{aligned}\right. </math> has a particularly simple description with respect to these orthonormal bases: we have <math display=block> T(\mathbf{V}_i) = \sigma_i \mathbf{U}_i, \qquad i = 1, \ldots, \min(m, n), </math> where {{tmath|\sigma_i}} is the {{tmath|i}}-th diagonal entry of {{tmath|\mathbf \Sigma,}} and {{tmath|T(\mathbf V_i) {{=}} 0}} for {{tmath|i > \min(m,n).}} The geometric content of the SVD theorem can thus be summarized as follows: for every linear map {{tmath|T : K^n \to K^m }} one can find orthonormal bases of {{tmath|K^n}} and {{tmath|K^m}} such that {{tmath|T}} maps the {{tmath|i}}-th basis vector of {{tmath|K^n}} to a non-negative multiple of the {{tmath|i}}-th basis vector of {{tmath|K^m,}} and sends the leftover basis vectors to zero. With respect to these bases, the map {{tmath|T}} is therefore represented by a diagonal matrix with non-negative real diagonal entries. To get a more visual flavor of singular values and SVD factorization – at least when working on real vector spaces – consider the sphere {{tmath|S}} of radius one in {{tmath|\mathbf R^n.}} The linear map {{tmath|T}} maps this sphere onto an [[ellipsoid]] in {{tmath|\mathbf R^m.}} Non-zero singular values are simply the lengths of the [[Semi-minor axis|semi-axes]] of this ellipsoid. Especially when {{tmath|n {{=}} m,}} and all the singular values are distinct and non-zero, the SVD of the linear map {{tmath|T}} can be easily analyzed as a succession of three consecutive moves: consider the ellipsoid {{tmath|T(S)}} and specifically its axes; then consider the directions in {{tmath|\mathbf R^n}} sent by {{tmath|T}} onto these axes. These directions happen to be mutually orthogonal. Apply first an isometry {{tmath|\mathbf V^*}} sending these directions to the coordinate axes of {{tmath|\mathbf R^n.}} On a second move, apply an [[endomorphism]] {{tmath|\mathbf D}} diagonalized along the coordinate axes and stretching or shrinking in each direction, using the semi-axes lengths of {{tmath|T(S)}} as stretching coefficients. The composition {{tmath|\mathbf D \circ \mathbf V^*}} then sends the unit-sphere onto an ellipsoid isometric to {{tmath|T(S).}} To define the third and last move, apply an isometry {{tmath|\mathbf U}} to this ellipsoid to obtain {{tmath|T(S).}} As can be easily checked, the composition {{tmath|\mathbf U \circ \mathbf D \circ \mathbf V^*}} coincides with {{tmath|T.}} == Example == Consider the {{tmath|4 \times 5}} matrix <math display=block> \mathbf{M} = \begin{bmatrix} 1 & 0 & 0 & 0 & 2 \\ 0 & 0 & 3 & 0 & 0 \\ 0 & 0 & 0 & 0 & 0 \\ 0 & 2 & 0 & 0 & 0 \end{bmatrix} </math> A singular value decomposition of this matrix is given by {{tmath|\mathbf U\mathbf \Sigma \mathbf V^*}} <math display=block>\begin{align} \mathbf{U} &= \begin{bmatrix} \color{Green}0 & \color{Blue}-1 & \color{Cyan}0 & \color{Emerald}0 \\ \color{Green}-1 & \color{Blue}0 & \color{Cyan}0 & \color{Emerald}0 \\ \color{Green}0 & \color{Blue}0 & \color{Cyan}0 & \color{Emerald}-1 \\ \color{Green}0 & \color{Blue}0 & \color{Cyan}-1 & \color{Emerald}0 \end{bmatrix} \\[6pt] \mathbf \Sigma &= \begin{bmatrix} 3 & 0 & 0 & 0 & \color{Gray}\mathit{0} \\ 0 & \sqrt{5} & 0 & 0 & \color{Gray}\mathit{0} \\ 0 & 0 & 2 & 0 & \color{Gray}\mathit{0} \\ 0 & 0 & 0 & \color{Red}\mathbf{0} & \color{Gray}\mathit{0} \end{bmatrix} \\[6pt] \mathbf{V}^* &= \begin{bmatrix} \color{Violet}0 & \color{Violet}0 & \color{Violet}-1 & \color{Violet}0 &\color{Violet}0 \\ \color{Plum}-\sqrt{0.2}& \color{Plum}0 & \color{Plum}0 & \color{Plum}0 &\color{Plum}-\sqrt{0.8} \\ \color{Magenta}0 & \color{Magenta}-1 & \color{Magenta}0 & \color{Magenta}0 &\color{Magenta}0 \\ \color{Orchid}0 & \color{Orchid}0 & \color{Orchid}0 & \color{Orchid}1 &\color{Orchid}0 \\ \color{Purple} - \sqrt{0.8} & \color{Purple}0 & \color{Purple}0 & \color{Purple}0 & \color{Purple}\sqrt{0.2} \end{bmatrix} \end{align}</math> The scaling matrix {{tmath|\mathbf \Sigma}} is zero outside of the diagonal (grey italics) and one diagonal element is zero (red bold, light blue bold in dark mode). Furthermore, because the matrices {{tmath|\mathbf U}} and {{tmath|\mathbf V^*}} are [[unitary matrix|unitary]], multiplying by their respective conjugate transposes yields [[identity matrix|identity matrices]], as shown below. In this case, because {{tmath|\mathbf U}} and {{tmath|\mathbf V^*}} are real valued, each is an [[orthogonal matrix]]. <math display=block>\begin{align} \mathbf{U} \mathbf{U}^* &= \begin{bmatrix} 1 & 0 & 0 & 0 \\ 0 & 1 & 0 & 0 \\ 0 & 0 & 1 & 0 \\ 0 & 0 & 0 & 1 \end{bmatrix} = \mathbf{I}_4 \\[6pt] \mathbf{V} \mathbf{V}^* &= \begin{bmatrix} 1 & 0 & 0 & 0 & 0 \\ 0 & 1 & 0 & 0 & 0 \\ 0 & 0 & 1 & 0 & 0 \\ 0 & 0 & 0 & 1 & 0 \\ 0 & 0 & 0 & 0 & 1 \end{bmatrix} = \mathbf{I}_5 \end{align}</math> This particular singular value decomposition is not unique. For instance, we can keep {{tmath|\mathbf U}} and {{tmath|\mathbf \Sigma}} the same, but change the last two rows of {{tmath|\mathbf V^*}} such that <math display=block>\mathbf{V}^* = \begin{bmatrix} \color{Violet}0 & \color{Violet}0 & \color{Violet}-1 & \color{Violet}0 &\color{Violet}0 \\ \color{Plum}-\sqrt{0.2}& \color{Plum}0 & \color{Plum}0 & \color{Plum}0 &\color{Plum}-\sqrt{0.8} \\ \color{Magenta}0 & \color{Magenta}-1 & \color{Magenta}0 & \color{Magenta}0 &\color{Magenta}0 \\ \color{Orchid}\sqrt{0.4} & \color{Orchid}0 & \color{Orchid}0 & \color{Orchid}\sqrt{0.5} & \color{Orchid}-\sqrt{0.1} \\ \color{Purple}-\sqrt{0.4} & \color{Purple}0 & \color{Purple}0 & \color{Purple}\sqrt{0.5} & \color{Purple}\sqrt{0.1} \end{bmatrix}</math> and get an equally valid singular value decomposition. As the matrix {{tmath|\mathbf M}} has rank 3, it has only 3 nonzero singular values. In taking the product {{tmath|\mathbf{U}\mathbf{\Sigma} \mathbf{V}^* }}, the final column of {{tmath|\mathbf U}} and the final two rows of {{tmath|\mathbf{V^*} }} are multiplied by zero, so have no effect on the matrix product, and can be replaced by any unit vectors which are orthogonal to the first three and to each-other. The [[#Compact SVD|compact SVD]], {{tmath|1= \mathbf M = \mathbf{U}_r\mathbf{\Sigma}_r \mathbf{V}_r^* }}, eliminates these superfluous rows, columns, and singular values: <math display=block>\begin{align} \mathbf{U}_r &= \begin{bmatrix} \color{Green}0 & \color{Blue}-1 & \color{Cyan}0 \\ \color{Green}-1 & \color{Blue}0 & \color{Cyan}0 \\ \color{Green}0 & \color{Blue}0 & \color{Cyan}0 \\ \color{Green}0 & \color{Blue}0 & \color{Cyan}-1 \end{bmatrix} \\[6pt] \mathbf \Sigma_r &= \begin{bmatrix} 3 & 0 & 0 \\ 0 & \sqrt{5} & 0 \\ 0 & 0 & 2 \end{bmatrix} \\[6pt] \mathbf{V}^*_r &= \begin{bmatrix} \color{Violet}0 & \color{Violet}0 & \color{Violet}-1 & \color{Violet}0 &\color{Violet}0 \\ \color{Plum}-\sqrt{0.2}& \color{Plum}0 & \color{Plum}0 & \color{Plum}0 &\color{Plum}-\sqrt{0.8} \\ \color{Magenta}0 & \color{Magenta}-1 & \color{Magenta}0 & \color{Magenta}0 &\color{Magenta}0 \end{bmatrix} \end{align}</math> == SVD and spectral decomposition == === Singular values, singular vectors, and their relation to the SVD === A non-negative real number {{tmath|\sigma}} is a '''[[singular value]]''' for {{tmath|\mathbf M}} if and only if there exist unit-length vectors {{tmath|\mathbf u}} in {{tmath|K^m}} and {{tmath|\mathbf v}} in {{tmath|K^n}} such that <math display=block>\begin{align} \mathbf{M v} &= \sigma \mathbf{u}, \\[3mu] \mathbf M^*\mathbf u &= \sigma \mathbf{v}. \end{align}</math> The vectors {{tmath|\mathbf u}} and {{tmath|\mathbf v}} are called '''left-singular''' and '''right-singular vectors''' for {{tmath|\sigma,}} respectively. In any singular value decomposition <math display=block> \mathbf M = \mathbf U \mathbf \Sigma \mathbf V^* </math> the diagonal entries of {{tmath|\mathbf \Sigma}} are equal to the singular values of {{tmath|\mathbf M.}} The first {{tmath|p {{=}} \min(m,n)}} columns of {{tmath|\mathbf U}} and {{tmath|\mathbf V}} are, respectively, left- and right-singular vectors for the corresponding singular values. Consequently, the above theorem implies that: * An {{tmath|m \times n}} matrix {{tmath|\mathbf M}} has at most {{tmath|p}} distinct singular values. * It is always possible to find a [[orthogonal basis|unitary basis]] {{tmath|\mathbf U}} for {{tmath|K^m}} with a subset of basis vectors spanning the left-singular vectors of each singular value of {{tmath|\mathbf M.}} * It is always possible to find a unitary basis {{tmath|\mathbf V}} for {{tmath|K^n}} with a subset of basis vectors spanning the right-singular vectors of each singular value of {{tmath|\mathbf M.}} A singular value for which we can find two left (or right) singular vectors that are linearly independent is called ''degenerate''. If {{tmath|\mathbf u_1}} and {{tmath|\mathbf u_2}} are two left-singular vectors which both correspond to the singular value σ, then any normalized linear combination of the two vectors is also a left-singular vector corresponding to the singular value σ. The similar statement is true for right-singular vectors. The number of independent left and right-singular vectors coincides, and these singular vectors appear in the same columns of {{tmath|\mathbf U}} and {{tmath|\mathbf V}} corresponding to diagonal elements of {{tmath|\mathbf \Sigma}} all with the same value {{tmath|\sigma.}} As an exception, the left and right-singular vectors of singular value 0 comprise all unit vectors in the [[cokernel]] and [[Kernel (linear algebra)|kernel]], respectively, of {{tmath|\mathbf M,}} which by the [[rank–nullity theorem]] cannot be the same dimension if {{tmath|m \neq n.}} Even if all singular values are nonzero, if {{tmath|m > n}} then the cokernel is nontrivial, in which case {{tmath|\mathbf U}} is padded with {{tmath|m - n}} orthogonal vectors from the cokernel. Conversely, if {{tmath|m < n,}} then {{tmath|\mathbf V}} is padded by {{tmath|n - m}} orthogonal vectors from the kernel. However, if the singular value of {{tmath|0}} exists, the extra columns of {{tmath|\mathbf U}} or {{tmath|\mathbf V}} already appear as left or right-singular vectors. Non-degenerate singular values always have unique left- and right-singular vectors, up to multiplication by a unit-phase factor {{tmath|e^{i\varphi} }} (for the real case up to a sign). Consequently, if all singular values of a square matrix {{tmath|\mathbf M}} are non-degenerate and non-zero, then its singular value decomposition is unique, up to multiplication of a column of {{tmath|\mathbf U}} by a unit-phase factor and simultaneous multiplication of the corresponding column of {{tmath|\mathbf V}} by the same unit-phase factor. In general, the SVD is unique up to arbitrary unitary transformations applied uniformly to the column vectors of both {{tmath|\mathbf U}} and {{tmath|\mathbf V}} spanning the subspaces of each singular value, and up to arbitrary unitary transformations on vectors of {{tmath|\mathbf U}} and {{tmath|\mathbf V}} spanning the kernel and cokernel, respectively, of {{tmath|\mathbf M.}} === Relation to eigenvalue decomposition === The singular value decomposition is very general in the sense that it can be applied to any {{tmath|m \times n}} matrix, whereas [[eigenvalue decomposition]] can only be applied to square [[Diagonalizable matrix|diagonalizable matrices]]. Nevertheless, the two decompositions are related. If {{tmath|\mathbf M}} has SVD {{tmath|\mathbf M {{=}} \mathbf U \mathbf \Sigma \mathbf V^*,}} the following two relations hold: <math display=block>\begin{align} \mathbf{M}^* \mathbf{M} &= \mathbf{V} \mathbf \Sigma^* \mathbf{U}^*\, \mathbf{U} \mathbf \Sigma \mathbf{V}^* = \mathbf{V} (\mathbf \Sigma^* \mathbf \Sigma) \mathbf{V}^*, \\[3mu] \mathbf{M} \mathbf{M}^* &= \mathbf{U} \mathbf \Sigma \mathbf{V}^*\, \mathbf{V} \mathbf \Sigma^* \mathbf{U}^* = \mathbf{U} (\mathbf \Sigma \mathbf \Sigma^*) \mathbf{U}^*. \end{align}</math> The right-hand sides of these relations describe the eigenvalue decompositions of the left-hand sides. Consequently: * The columns of {{tmath|\mathbf V}} (referred to as right-singular vectors) are [[eigenvectors]] of {{tmath|\mathbf M^* \mathbf M.}} * The columns of {{tmath|\mathbf U}} (referred to as left-singular vectors) are eigenvectors of {{tmath|\mathbf M \mathbf M^*.}} * The non-zero elements of {{tmath|\mathbf \Sigma}} (non-zero singular values) are the square roots of the non-zero [[eigenvalues]] of {{tmath|\mathbf M^* \mathbf M}} or {{tmath|\mathbf M \mathbf M^*.}} In the special case of {{tmath|\mathbf M}} being a [[normal matrix]], and thus also square, the [[Spectral theorem#Finite-dimensional case|spectral theorem]] ensures that it can be [[Unitary transform|unitarily]] [[Diagonalizable matrix|diagonalized]] using a basis of [[eigenvector]]s, and thus decomposed as {{tmath|\mathbf M {{=}} \mathbf U\mathbf D\mathbf U^*}} for some unitary matrix {{tmath|\mathbf U}} and diagonal matrix {{tmath|\mathbf D}} with complex elements {{tmath|\sigma_i}} along the diagonal. When {{tmath|\mathbf M}} is [[Positive-definite matrix|positive semi-definite]], {{tmath|\sigma_i}} will be non-negative real numbers so that the decomposition {{tmath|\mathbf M {{=}} \mathbf U \mathbf D \mathbf U^*}} is also a singular value decomposition. Otherwise, it can be recast as an SVD by moving the phase {{tmath|e^{i\varphi} }} of each {{tmath|\sigma_i}} to either its corresponding {{tmath|\mathbf V_i}} or {{tmath|\mathbf U_i.}} The natural connection of the SVD to non-normal matrices is through the [[polar decomposition]] theorem: {{tmath|\mathbf M {{=}} \mathbf S \mathbf R,}} where {{tmath|\mathbf S {{=}} \mathbf U \mathbf\Sigma \mathbf U^*}} is positive semidefinite and normal, and {{tmath|\mathbf R {{=}} \mathbf U \mathbf V^*}} is unitary. Thus, except for positive semi-definite matrices, the eigenvalue decomposition and SVD of {{tmath|\mathbf M,}} while related, differ: the eigenvalue decomposition is {{tmath|1= \mathbf M = \mathbf U \mathbf D \mathbf U^{-1},}} where {{tmath|\mathbf U}} is not necessarily unitary and {{tmath|\mathbf D}} is not necessarily positive semi-definite, while the SVD is {{tmath|1= \mathbf M = \mathbf U \mathbf \Sigma \mathbf V^*,}} where {{tmath|\mathbf \Sigma}} is diagonal and positive semi-definite, and {{tmath|\mathbf U}} and {{tmath|\mathbf V}} are unitary matrices that are not necessarily related except through the matrix {{tmath|\mathbf M.}} While only [[defective matrix|non-defective]] square matrices have an eigenvalue decomposition, any {{tmath|m \times n}} matrix has a SVD. ==Applications of the SVD== ===Pseudoinverse=== The singular value decomposition can be used for computing the [[Moore–Penrose pseudoinverse|pseudoinverse]] of a matrix. The pseudoinverse of the matrix {{tmath|\mathbf M}} with singular value decomposition {{tmath|\mathbf M {{=}} \mathbf U \mathbf \Sigma \mathbf V^*}} is <math display=block> \mathbf M^+ = \mathbf V \boldsymbol \Sigma^+ \mathbf U^\ast, </math> where <math>\boldsymbol \Sigma^+</math> is the pseudoinverse of <math>\boldsymbol \Sigma</math>, which is formed by replacing every non-zero diagonal entry by its [[Multiplicative inverse|reciprocal]] and transposing the resulting matrix. The pseudoinverse is one way to solve [[linear least squares (mathematics)|linear least squares]] problems. ===Solving homogeneous linear equations=== A set of [[homogeneous linear equation]]s can be written as {{tmath|\mathbf A \mathbf x {{=}} \mathbf 0}} for a matrix {{tmath|\mathbf A}} and vector {{tmath|\mathbf x.}} A typical situation is that {{tmath|\mathbf A}} is known and a non-zero {{tmath|\mathbf x}} is to be determined which satisfies the equation. Such an {{tmath|\mathbf x}} belongs to {{tmath|\mathbf A}}'s [[Kernel (matrix)|null space]] and is sometimes called a (right) null vector of {{tmath|\mathbf A.}} The vector {{tmath|\mathbf x}} can be characterized as a right-singular vector corresponding to a singular value of {{tmath|\mathbf A}} that is zero. This observation means that if {{tmath|\mathbf A}} is a [[square matrix]] and has no vanishing singular value, the equation has no non-zero {{tmath|\mathbf x}} as a solution. It also means that if there are several vanishing singular values, any linear combination of the corresponding right-singular vectors is a valid solution. Analogously to the definition of a (right) null vector, a non-zero {{tmath|\mathbf x}} satisfying {{tmath|\mathbf x^* \mathbf A {{=}} \mathbf 0}} with {{tmath|\mathbf x^*}} denoting the conjugate transpose of {{tmath|\mathbf x,}} is called a left null vector of {{tmath|\mathbf A.}} ===Total least squares minimization=== A [[total least squares]] problem seeks the vector {{tmath|\mathbf x}} that minimizes the [[Vector norm#p-norm|2-norm]] of a vector {{tmath|\mathbf A \mathbf x}} under the constraint <math> \| \mathbf x \| = 1.</math> The solution turns out to be the right-singular vector of {{tmath|\mathbf A}} corresponding to the smallest singular value. ===Range, null space and rank=== Another application of the SVD is that it provides an explicit representation of the [[Column space|range]] and [[null space]] of a matrix {{tmath|\mathbf M.}} The right-singular vectors corresponding to vanishing singular values of {{tmath|\mathbf M}} span the null space of {{tmath|\mathbf M}} and the left-singular vectors corresponding to the non-zero singular values of {{tmath|\mathbf M}} span the range of {{tmath|\mathbf M.}} For example, in the above [[#Example|example]] the null space is spanned by the last row of {{tmath|\mathbf V^*}} and the range is spanned by the first three columns of {{tmath|\mathbf U.}} As a consequence, the [[rank of a matrix|rank]] of {{tmath|\mathbf M}} equals the number of non-zero singular values which is the same as the number of non-zero diagonal elements in <math>\mathbf \Sigma</math>. In numerical linear algebra the singular values can be used to determine the ''effective rank'' of a matrix, as [[rounding error]] may lead to small but non-zero singular values in a rank deficient matrix. Singular values beyond a significant gap are assumed to be numerically equivalent to zero. ===Low-rank matrix approximation=== Some practical applications need to solve the problem of [[Low-rank approximation|approximating]] a matrix {{tmath|\mathbf M}} with another matrix <math>\tilde{\mathbf{M}}</math>, said to be [[#Truncated SVD|truncated]], which has a specific rank {{tmath|r}}. In the case that the approximation is based on minimizing the [[Frobenius norm]] of the difference between {{tmath|\mathbf M}} and {{tmath|\tilde{\mathbf M} }} under the constraint that <math>\operatorname{rank}\bigl(\tilde{\mathbf{M}}\bigr) = r,</math> it turns out that the solution is given by the SVD of {{tmath|\mathbf M,}} namely <math display=block> \tilde{\mathbf{M}} = \mathbf{U} \tilde{\mathbf \Sigma} \mathbf{V}^*, </math> where <math>\tilde{\mathbf \Sigma}</math> is the same matrix as <math>\mathbf \Sigma</math> except that it contains only the {{tmath|r}} largest singular values (the other singular values are replaced by zero). This is known as the '''[[Low-rank approximation|Eckart–Young theorem]]''', as it was proved by those two authors in 1936 (although it was later found to have been known to earlier authors; see {{harvnb|Stewart|1993}}). === Image compression === [[File:Svd compression.jpg|thumb|Singular-value decomposition (SVD) image compression of a 1996 Chevrolet Corvette photograph. The original RGB image (upper-left) is compared with rank 1, 10, and 100 reconstructions.|292x292px]]One practical consequence of the low-rank approximation given by SVD is that a greyscale image represented as an <math>m \times n</math> matrix <math>A</math>, can be efficiently represented by keeping the first <math>k</math> singular values and corresponding vectors. The truncated decomposition <math>A_k = \mathbf{U}_k \mathbf{\Sigma}_k \mathbf{V}^T_k</math> gives an image which minimizes the [[Frobenius norm|Frobenius error]] compared to the original image. Thus, the task becomes finding a close approximation <math>A_k</math> that balances retaining perceptual fidelity with the number of vectors required to reconstruct the image. Storing <math>A_k</math> requires only <math>k(n + m + 1)</math> numbers compared to <math>nm</math>. This same idea extends to color images by applying this operation to each channel or stacking the channels into one matrix. Since the singular values of most natural images decay quickly, most of their variance is often captured by a small <math>k</math>. For a 1528 × 1225 greyscale image, we can achieve a relative error of <math>.7%</math> with as little as <math>k = 100</math>.<ref>{{Cite book |author1=Holmes |first=Mark |title=Introduction to Scientific Computing and Data Analysis, 2nd Ed |publisher=Springer |year=2023 |isbn=978-3-031-22429-4}}</ref> In practice, however, computing the SVD can be too computationally expensive and the resulting compression is typically less storage efficient than a specialized algorithm such as [[JPEG]]. ===Separable models=== The SVD can be thought of as decomposing a matrix into a weighted, ordered sum of separable matrices. By separable, we mean that a matrix {{tmath|\mathbf A}} can be written as an [[outer product]] of two vectors {{tmath|\mathbf A {{=}} \mathbf u \otimes \mathbf v,}} or, in coordinates, {{tmath|A_{ij} {{=}} u_i v_j.}} Specifically, the matrix {{tmath|\mathbf M}} can be decomposed as, <math display=block> \mathbf{M} = \sum_i \mathbf{A}_i = \sum_i \sigma_i \mathbf U_i \otimes \mathbf V_i. </math> Here {{tmath|\mathbf U_i}} and {{tmath|\mathbf V_i}} are the {{tmath|i}}-th columns of the corresponding SVD matrices, {{tmath|\sigma_i}} are the ordered singular values, and each {{tmath|\mathbf A_i}} is separable. The SVD can be used to find the decomposition of an image processing filter into separable horizontal and vertical filters. Note that the number of non-zero {{tmath|\sigma_i}} is exactly the rank of the matrix.{{citation needed|date=November 2023}} Separable models often arise in biological systems, and the SVD factorization is useful to analyze such systems. For example, some visual area V1 simple cells' receptive fields can be well described<ref>{{cite journal |doi=10.1016/0166-2236(95)94496-R |last1=DeAngelis |first1=G. C. |last2=Ohzawa |first2=I. |last3=Freeman |first3=R. D. |title=Receptive-field dynamics in the central visual pathways |journal=Trends Neurosci. |volume=18 |issue=10 |pages=451–8 |date=October 1995 |pmid=8545912 |s2cid=12827601 }}</ref> by a [[Gabor filter]] in the space domain multiplied by a modulation function in the time domain. Thus, given a linear filter evaluated through, for example, [[Spike-triggered average|reverse correlation]], one can rearrange the two spatial dimensions into one dimension, thus yielding a two-dimensional filter (space, time) which can be decomposed through SVD. The first column of {{tmath|\mathbf U}} in the SVD factorization is then a Gabor while the first column of {{tmath|\mathbf V}} represents the time modulation (or vice versa). One may then define an index of separability <math display=block> \alpha = \frac{\sigma_1^2}{\sum_i \sigma_i^2}, </math> which is the fraction of the power in the matrix M which is accounted for by the first separable matrix in the decomposition.<ref>{{cite journal |last1=Depireux |first1=D. A. |last2=Simon |first2=J. Z. |last3=Klein |first3=D. J. |last4=Shamma |first4=S. A. |title=Spectro-temporal response field characterization with dynamic ripples in ferret primary auditory cortex |journal=J. Neurophysiol. |volume=85 |issue=3 |pages=1220–34 |date=March 2001 |pmid=11247991 |doi=10.1152/jn.2001.85.3.1220}}</ref> ===Nearest orthogonal matrix=== It is possible to use the SVD of a square matrix {{tmath|\mathbf A}} to determine the [[orthogonal matrix]] {{tmath|\mathbf O}} closest to {{tmath|\mathbf A.}} The closeness of fit is measured by the [[Frobenius norm]] of {{tmath|\mathbf O - \mathbf A.}} The solution is the product {{tmath|\mathbf U \mathbf V^*.}}<ref>[http://www.wou.edu/~beavers/Talks/Willamette1106.pdf The Singular Value Decomposition in Symmetric (Lowdin) Orthogonalization and Data Compression]</ref> This intuitively makes sense because an orthogonal matrix would have the decomposition {{tmath|\mathbf U \mathbf I \mathbf V^*}} where {{tmath|\mathbf I}} is the identity matrix, so that if {{tmath|\mathbf A {{=}} \mathbf U \mathbf \Sigma \mathbf V^*}} then the product {{tmath|\mathbf A {{=}} \mathbf U \mathbf V^*}} amounts to replacing the singular values with ones. Equivalently, the solution is the unitary matrix {{tmath|\mathbf R {{=}} \mathbf U \mathbf V^*}} of the Polar Decomposition <math>\mathbf M = \mathbf R \mathbf P = \mathbf P' \mathbf R</math> in either order of stretch and rotation, as described above. A similar problem, with interesting applications in [[shape analysis (digital geometry)|shape analysis]], is the [[orthogonal Procrustes problem]], which consists of finding an orthogonal matrix {{tmath|\mathbf O}} which most closely maps {{tmath|\mathbf A}} to {{tmath|\mathbf B.}} Specifically, <math display=block> \mathbf{O} = \underset\Omega\operatorname{argmin} \|\mathbf{A}\boldsymbol{\Omega} - \mathbf{B}\|_F \quad\text{subject to}\quad \boldsymbol{\Omega}^\operatorname{T}\boldsymbol{\Omega} = \mathbf{I}, </math> where <math>\| \cdot \|_F</math> denotes the Frobenius norm. This problem is equivalent to finding the nearest orthogonal matrix to a given matrix <math>\mathbf M = \mathbf A^\operatorname{T} \mathbf B</math>. ===The Kabsch algorithm=== The [[Kabsch algorithm]] (called [[Wahba's problem]] in other fields) uses SVD to compute the optimal rotation (with respect to least-squares minimization) that will align a set of points with a corresponding set of points. It is used, among other applications, to compare the structures of molecules. ===Principal Component Analysis=== The SVD can be used to construct the principal components<ref>{{cite book |last=Hastie |first=Trevor |author2=Robert Tibshirani |author3=Jerome Friedman |title=The Elements of Statistical Learning |edition=2nd |year=2009 |publisher=Springer |location=New York |pages=535–536 |isbn=978-0-387-84857-0}}</ref> in [[principal component analysis]] as follows: Let <math>\mathbf{X} \in \mathbb{R}^{N \times p}</math> be a data matrix where each of the <math>N</math> rows is a (feature-wise) mean-centered observation, each of dimension <math>p</math>. The SVD of <math>\mathbf{X}</math> is: <math display="block"> \mathbf{X} = \mathbf{V} \boldsymbol{\Sigma} \mathbf{U}^\ast </math> From the same reference,<ref>{{cite book |last=Hastie |first=Trevor |author2=Robert Tibshirani |author3=Jerome Friedman |title=The Elements of Statistical Learning |edition=2nd |year=2009 |publisher=Springer |location=New York |pages=535–536 |isbn=978-0-387-84857-0}}</ref> we see that <math>\mathbf{V} \boldsymbol{\Sigma}</math> contains the scores of the rows of <math>\mathbf{X}</math> (i.e. each observation), and <math>\mathbf{U}</math> is the matrix whose columns are principal component loading vectors. ===Signal processing=== The SVD and pseudoinverse have been successfully applied to [[signal processing]],<ref>{{cite journal |last=Sahidullah |first=Md. |author2=Kinnunen, Tomi |title=Local spectral variability features for speaker verification |journal=Digital Signal Processing |date=March 2016 |volume=50 |pages=1–11 |doi=10.1016/j.dsp.2015.10.011 |bibcode=2016DSP....50....1S |url= https://erepo.uef.fi/handle/123456789/4375}}<!--https://erepo.uef.fi/handle/123456789/4375--></ref> [[image processing]]<ref name="Mademlis2018">{{cite book |last1=Mademlis |first1=Ioannis |last2=Tefas |first2=Anastasios |last3=Pitas |first3=Ioannis |title=2018 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP) |chapter=Regularized SVD-Based Video Frame Saliency for Unsupervised Activity Video Summarization |url=https://ieeexplore.ieee.org/document/8462274 |year=2018 |pages=2691–2695 |publisher=IEEE |doi=10.1109/ICASSP.2018.8462274 |isbn=978-1-5386-4658-8 |s2cid=52286352 |access-date=19 January 2023}}</ref> and [[big data]] (e.g., in genomic signal processing).<ref> {{Cite journal | author = O. Alter, P. O. Brown and D. Botstein | title = Singular Value Decomposition for Genome-Wide Expression Data Processing and Modeling | journal = PNAS | volume = 97 | issue = 18 | pages = 10101–10106 | date = September 2000 | doi = 10.1073/pnas.97.18.10101 | pmid = 10963673 | pmc = 27718 | bibcode = 2000PNAS...9710101A | doi-access = free }}</ref><ref>{{Cite journal | author1 = O. Alter | author2 = G. H. Golub | title = Integrative Analysis of Genome-Scale Data by Using Pseudoinverse Projection Predicts Novel Correlation Between DNA Replication and RNA Transcription | journal = PNAS | volume = 101 | issue = 47 | pages = 16577–16582 | date = November 2004 | doi = 10.1073/pnas.0406767101 | pmid = 15545604 | pmc = 534520 | bibcode = 2004PNAS..10116577A | doi-access = free }}</ref><ref>{{Cite journal | author1 = O. Alter | author2 = G. H. Golub | title = Singular Value Decomposition of Genome-Scale mRNA Lengths Distribution Reveals Asymmetry in RNA Gel Electrophoresis Band Broadening | journal = PNAS | volume = 103 | issue = 32 | pages = 11828–11833 | date = August 2006 | doi = 10.1073/pnas.0604756103 | pmid = 16877539 | pmc = 1524674 | bibcode = 2006PNAS..10311828A | doi-access = free }}</ref><ref>{{Cite journal | first1 = N. M. | last1 = Bertagnolli | first2 = J. A. | last2 = Drake | first3 = J. M. | last3 = Tennessen | first4 = O. | last4 = Alter | title = SVD Identifies Transcript Length Distribution Functions from DNA Microarray Data and Reveals Evolutionary Forces Globally Affecting GBM Metabolism | journal = PLOS ONE | volume = 8 | issue = 11 | pages = e78913 | date = November 2013 | doi = 10.1371/journal.pone.0078913 | id = [http://www.alterlab.org/research/highlights/pone.0078913_Highlight.pdf Highlight] | pmid = 24282503 | pmc = 3839928 | bibcode = 2013PLoSO...878913B | doi-access = free }}</ref> ===Other examples=== The SVD is also applied extensively to the study of linear [[inverse problem]]s and is useful in the analysis of regularization methods such as that of [[Tikhonov regularization|Tikhonov]]. It is widely used in statistics, where it is related to [[principal component analysis]] and to [[correspondence analysis]], and in [[signal processing]] and [[pattern recognition]]. It is also used in output-only [[modal analysis]], where the non-scaled [[mode shape]]s can be determined from the singular vectors. Yet another usage is [[latent semantic indexing]] in natural-language text processing. In general numerical computation involving linear or linearized systems, there is a universal constant that characterizes the regularity or singularity of a problem, which is the system's "condition number" <math>\kappa := \sigma_\text{max} / \sigma_\text{min}</math>. It often controls the error rate or convergence rate of a given computational scheme on such systems.<ref>{{cite journal |last1=Edelman |first1=Alan |title=On the distribution of a scaled condition number |url=http://math.mit.edu/~edelman/publications/distribution_of_a_scaled.pdf |journal=Math. Comp. |volume=58 |pages=185–190 |year=1992|issue=197 |doi=10.1090/S0025-5718-1992-1106966-2 |bibcode=1992MaCom..58..185E |doi-access=free }}</ref><ref>{{cite journal |last1=Shen |first1=Jianhong (Jackie) |title=On the singular values of Gaussian random matrices |journal=Linear Alg. Appl. |volume=326 |pages=1–14 |year=2001|issue=1–3 |doi=10.1016/S0024-3795(00)00322-0 |doi-access=free }}</ref> The SVD also plays a crucial role in the field of [[quantum information]], in a form often referred to as the [[Schmidt decomposition]]. Through it, states of two quantum systems are naturally decomposed, providing a necessary and sufficient condition for them to be [[Quantum entanglement|entangled]]: if the rank of the <math>\mathbf \Sigma</math> matrix is larger than one. One application of SVD to rather large matrices is in [[numerical weather prediction]], where [[Lanczos algorithm|Lanczos methods]] are used to estimate the most linearly quickly growing few perturbations to the central numerical weather prediction over a given initial forward time period; i.e., the singular vectors corresponding to the largest singular values of the linearized propagator for the global weather over that time interval. The output singular vectors in this case are entire weather systems. These perturbations are then run through the full nonlinear model to generate an [[ensemble forecasting|ensemble forecast]], giving a handle on some of the uncertainty that should be allowed for around the current central prediction. SVD has also been applied to reduced order modelling. The aim of reduced order modelling is to reduce the number of degrees of freedom in a complex system which is to be modeled. SVD was coupled with [[radial basis functions]] to interpolate solutions to three-dimensional unsteady flow problems.<ref>{{cite journal | last1 = Walton | first1 = S. | last2 = Hassan | first2 = O. | last3 = Morgan | first3 = K. | year = 2013| title = Reduced order modelling for unsteady fluid flow using proper orthogonal decomposition and radial basis functions | journal = Applied Mathematical Modelling | volume = 37| issue = 20–21| pages = 8930–8945| doi=10.1016/j.apm.2013.04.025| doi-access = free }}</ref> Interestingly, SVD has been used to improve gravitational waveform modeling by the ground-based gravitational-wave interferometer aLIGO.<ref>{{cite journal | last1 = Setyawati | first1 = Y. | last2 = Ohme | first2 = F. | last3 = Khan | first3 = S. | year = 2019| title = Enhancing gravitational waveform model through dynamic calibration | journal = Physical Review D | volume = 99| issue =2 | pages = 024010| doi=10.1103/PhysRevD.99.024010| bibcode = 2019PhRvD..99b4010S | arxiv = 1810.07060 | s2cid = 118935941 }}</ref> SVD can help to increase the accuracy and speed of waveform generation to support gravitational-waves searches and update two different waveform models. Singular value decomposition is used in [[recommender systems]] to predict people's item ratings.<ref>{{cite report |last1=Sarwar |first1=Badrul |last2=Karypis |first2=George |last3=Konstan |first3=Joseph A. |author3-link=Joseph A. Konstan |last4=Riedl |first4=John T. |author4-link=John T. Riedl |name-list-style=amp |year=2000 |title=Application of Dimensionality Reduction in Recommender System – A Case Study |url=https://apps.dtic.mil/sti/citations/tr/ADA439541 |journal= |publisher=[[University of Minnesota]]|hdl=11299/215429|type=Technical report 00-043}}</ref> Distributed algorithms have been developed for the purpose of calculating the SVD on clusters of commodity machines.<ref>{{cite arXiv |last1=Bosagh Zadeh |first1=Reza |last2=Carlsson |first2=Gunnar |title=Dimension Independent Matrix Square Using MapReduce |year=2013 |class=cs.DS |eprint=1304.1467}}</ref> Low-rank SVD has been applied for hotspot detection from spatiotemporal data with application to disease [[outbreak]] detection.<ref>{{Cite journal |author1=Hadi Fanaee Tork |author2=João Gama |title = Eigenspace method for spatiotemporal hotspot detection |journal = Expert Systems |volume=32 |issue=3 |pages = 454–464 |date = September 2014 |doi = 10.1111/exsy.12088 |arxiv=1406.3506 |bibcode=2014arXiv1406.3506F |s2cid=15476557 }}</ref> A combination of SVD and [[Higher-order singular value decomposition|higher-order SVD]] also has been applied for real time event detection from complex data streams (multivariate data with space and time dimensions) in [[disease surveillance]].<ref>{{Cite journal |author1=Hadi Fanaee Tork |author2=João Gama |title = EigenEvent: An Algorithm for Event Detection from Complex Data Streams in Syndromic Surveillance |journal = Intelligent Data Analysis |volume = 19 |issue = 3 |pages=597–616 |date = May 2015 |arxiv = 1406.3496 |doi=10.3233/IDA-150734|s2cid=17966555 }}</ref> In [[astrodynamics]], the SVD and its variants are used as an option to determine suitable maneuver directions for transfer trajectory design<ref name=muralidharan2023stretching>{{Cite journal|title=Stretching directions in cislunar space: Applications for departures and transfer design|first1=Vivek|last1=Muralidharan|first2=Kathleen|last2=Howell|journal =Astrodynamics | volume = 7 | issue = 2| pages = 153–178 | date = 2023 | doi = 10.1007/s42064-022-0147-z | bibcode = 2023AsDyn...7..153M|s2cid=252637213 }}</ref> and [[orbital station-keeping]].<ref name=Muralidharan2021>{{Cite journal|title=Leveraging stretching directions for stationkeeping in Earth-Moon halo orbits |first1=Vivek|last1=Muralidharan|first2=Kathleen|last2=Howell|journal =[[Advances in Space Research]] | volume = 69 | issue = 1| pages = 620–646 | date = 2022 | doi = 10.1016/j.asr.2021.10.028 | bibcode = 2022AdSpR..69..620M|s2cid=239490016 }}</ref> The SVD can be used to measure the similarity between real-valued matrices.<ref name=albers2025>{{Cite journal|title=Assessing the Similarity of Real Matrices with Arbitrary Shape|first1=Jasper|last1=Albers|first2=Anno|last2=Kurth|first3=Robin|last3=Gutzen|first4=Aitor|last4=Morales-Gregorio|first5=Michael|last5=Denker|first6=Sonja|last6=Gruen|first7=Sacha|last7=van Albada|first8=Markus|last8=Diesmann|journal=PRX Life| issue = 3| pages = 023005 | date = 2025 | doi = 10.1103/PRXLife.3.023005 |arxiv=2403.17687}}</ref> By measuring the angles between the singular vectors, the inherent two-dimensional structure of matrices is accounted for. This method was shown to outperform [[cosine similarity]] and [[Frobenius norm]] in most cases, including brain activity measurements from [[neuroscience]] experiments. == Proof of existence == An eigenvalue {{tmath|\lambda}} of a matrix {{tmath|\mathbf M}} is characterized by the algebraic relation {{tmath|\mathbf M \mathbf u {{=}} \lambda \mathbf u.}} When {{tmath|\mathbf M}} is [[Hermitian matrix|Hermitian]], a variational characterization is also available. Let {{tmath|\mathbf M}} be a real {{tmath|n \times n}} [[symmetric matrix]]. Define <math display=block> f : \left\{ \begin{align} \R^n &\to \R \\ \mathbf{x} &\mapsto \mathbf{x}^\operatorname{T} \mathbf{M} \mathbf{x} \end{align}\right.</math> By the [[extreme value theorem]], this continuous function attains a maximum at some {{tmath|\mathbf u}} when restricted to the unit sphere <math>\{\|\mathbf x\| = 1\}.</math> By the [[Lagrange multipliers]] theorem, {{tmath|\mathbf u}} necessarily satisfies <math display=block>\nabla \mathbf{u}^\operatorname{T} \mathbf{M} \mathbf{u} - \lambda \cdot \nabla \mathbf{u}^\operatorname{T} \mathbf{u} = 0</math> for some real number {{tmath|\lambda.}} The nabla symbol, {{tmath|\nabla}}, is the [[del]] operator (differentiation with respect to {{nobr|{{tmath|\mathbf x}}).}} Using the symmetry of {{tmath|\mathbf M}} we obtain <math display=block>\nabla \mathbf{x}^\operatorname{T} \mathbf{M} \mathbf{x} - \lambda \cdot \nabla \mathbf{x}^\operatorname{T} \mathbf{x} = 2(\mathbf{M}-\lambda \mathbf{I})\mathbf{x}.</math> Therefore {{tmath|\mathbf M \mathbf u {{=}} \lambda \mathbf u,}} so {{tmath|\mathbf u}} is a unit length eigenvector of {{tmath|\mathbf M.}} For every unit length eigenvector {{tmath|\mathbf v}} of {{tmath|\mathbf M}} its eigenvalue is {{tmath|f(\mathbf v),}} so {{tmath|\lambda}} is the largest eigenvalue of {{tmath|\mathbf M.}} The same calculation performed on the orthogonal complement of {{tmath|\mathbf u}} gives the next largest eigenvalue and so on. The complex Hermitian case is similar; there {{tmath|f(\mathbf x) {{=}} \mathbf x^* \mathbf M \mathbf x}} is a real-valued function of {{tmath|2n}} real variables. Singular values are similar in that they can be described algebraically or from variational principles. Although, unlike the eigenvalue case, Hermiticity, or symmetry, of {{tmath|\mathbf M}} is no longer required. This section gives these two arguments for existence of singular value decomposition. === Based on the spectral theorem === Let <math>\mathbf{M}</math> be an {{tmath|m \times n}} complex matrix. Since <math>\mathbf{M}^* \mathbf{M}</math> is positive semi-definite and Hermitian, by the [[spectral theorem]], there exists an {{tmath|n \times n}} unitary matrix <math>\mathbf{V}</math> such that <math display=block> \mathbf V^* \mathbf M^* \mathbf M \mathbf V = \bar\mathbf{D} = \begin{bmatrix} \mathbf{D} & 0 \\ 0 & 0\end{bmatrix}, </math> where <math>\mathbf{D}</math> is diagonal and positive definite, of dimension <math>\ell\times \ell</math>, with <math>\ell</math> the number of non-zero eigenvalues of <math>\mathbf{M}^* \mathbf{M}</math> (which can be shown to verify <math>\ell\le\min(n,m)</math>). Note that <math>\mathbf{V}</math> is here by definition a matrix whose <math>i</math>-th column is the <math>i</math>-th eigenvector of <math>\mathbf{M}^* \mathbf{M}</math>, corresponding to the eigenvalue <math>\bar{\mathbf{D}}_{ii}</math>. Moreover, the <math>j</math>-th column of <math>\mathbf{V}</math>, for <math>j>\ell</math>, is an eigenvector of <math>\mathbf{M}^* \mathbf{M}</math> with eigenvalue <math>\bar{\mathbf{D}}_{jj}=0</math>. This can be expressed by writing <math>\mathbf{V}</math> as <math>\mathbf{V}=\begin{bmatrix}\mathbf{V}_1 &\mathbf{V}_2\end{bmatrix}</math>, where the columns of <math>\mathbf{V}_1</math> and <math>\mathbf{V}_2</math> therefore contain the eigenvectors of <math>\mathbf{M}^* \mathbf{M}</math> corresponding to non-zero and zero eigenvalues, respectively. Using this rewriting of <math>\mathbf{V}</math>, the equation becomes: <math display=block> \begin{bmatrix} \mathbf{V}_1^* \\ \mathbf{V}_2^* \end{bmatrix} \mathbf{M}^* \mathbf{M}\, \begin{bmatrix} \mathbf{V}_1 & \!\! \mathbf{V}_2 \end{bmatrix} = \begin{bmatrix} \mathbf{V}_1^* \mathbf{M}^* \mathbf{M} \mathbf{V}_1 & \mathbf{V}_1^* \mathbf{M}^* \mathbf{M} \mathbf{V}_2 \\ \mathbf{V}_2^* \mathbf{M}^* \mathbf{M} \mathbf{V}_1 & \mathbf{V}_2^* \mathbf{M}^* \mathbf{M} \mathbf{V}_2 \end{bmatrix} = \begin{bmatrix} \mathbf{D} & 0 \\ 0 & 0 \end{bmatrix}.</math> This implies that <math display=block> \mathbf{V}_1^* \mathbf{M}^* \mathbf{M} \mathbf{V}_1 = \mathbf{D}, \quad \mathbf{V}_2^* \mathbf{M}^* \mathbf{M} \mathbf{V}_2 = \mathbf{0}. </math> Moreover, the second equation implies <math>\mathbf{M}\mathbf{V}_2 = \mathbf{0}</math>.<ref>To see this, we just have to notice that <math>\operatorname{Tr}(\mathbf{V}_2^* \mathbf{M}^* \mathbf{M} \mathbf{V}_2) = \|\mathbf{M} \mathbf{V}_2\|^2</math>, and remember that <math>\|A\| = 0 \Leftrightarrow A = 0</math>.</ref> Finally, the unitary-ness of <math>\mathbf{V}</math> translates, in terms of <math>\mathbf{V}_1</math> and <math>\mathbf{V}_2</math>, into the following conditions: <math display=block>\begin{align} \mathbf{V}_1^* \mathbf{V}_1 &= \mathbf{I}_1, \\ \mathbf{V}_2^* \mathbf{V}_2 &= \mathbf{I}_2, \\ \mathbf{V}_1 \mathbf{V}_1^* + \mathbf{V}_2 \mathbf{V}_2^* &= \mathbf{I}_{12}, \end{align}</math> where the subscripts on the identity matrices are used to remark that they are of different dimensions. Let us now define <math display=block> \mathbf{U}_1 = \mathbf{M} \mathbf{V}_1 \mathbf{D}^{-\frac{1}{2}}. </math> Then, <math display=block> \mathbf{U}_1 \mathbf{D}^\frac{1}{2} \mathbf{V}_1^* = \mathbf{M} \mathbf{V}_1 \mathbf{D}^{-\frac{1}{2}} \mathbf{D}^\frac{1}{2} \mathbf{V}_1^* = \mathbf{M} (\mathbf{I} - \mathbf{V}_2\mathbf{V}_2^*) = \mathbf{M} - (\mathbf{M}\mathbf{V}_2)\mathbf{V}_2^* = \mathbf{M}, </math> since <math>\mathbf{M}\mathbf{V}_2 = \mathbf{0}. </math> This can be also seen as immediate consequence of the fact that <math>\mathbf{M}\mathbf{V}_1\mathbf{V}_1^* = \mathbf{M}</math>. This is equivalent to the observation that if <math>\{\boldsymbol v_i\}_{i=1}^\ell</math> is the set of eigenvectors of <math>\mathbf{M}^* \mathbf{M}</math> corresponding to non-vanishing eigenvalues <math>\{\lambda_i\}_{i=1}^\ell</math>, then <math>\{\mathbf M \boldsymbol v_i\}_{i=1}^\ell</math> is a set of orthogonal vectors, and <math>\bigl\{\lambda_i^{-1/2}\mathbf M \boldsymbol v_i\bigr\}\vphantom|_{i=1}^\ell</math> is a (generally not complete) set of ''orthonormal'' vectors. This matches with the matrix formalism used above denoting with <math>\mathbf{V}_1</math> the matrix whose columns are <math>\{\boldsymbol v_i\}_{i=1}^\ell</math>, with <math>\mathbf{V}_2</math> the matrix whose columns are the eigenvectors of <math>\mathbf{M}^* \mathbf{M}</math> with vanishing eigenvalue, and <math>\mathbf{U}_1</math> the matrix whose columns are the vectors <math>\bigl\{\lambda_i^{-1/2}\mathbf M \boldsymbol v_i\bigr\}\vphantom|_{i=1}^\ell</math>. We see that this is almost the desired result, except that <math>\mathbf{U}_1</math> and <math>\mathbf{V}_1</math> are in general not unitary, since they might not be square. However, we do know that the number of rows of <math>\mathbf{U}_1</math> is no smaller than the number of columns, since the dimensions of <math>\mathbf{D}</math> is no greater than <math>m</math> and <math>n</math>. Also, since <math display=block> \mathbf{U}_1^*\mathbf{U}_1 = \mathbf{D}^{-\frac{1}{2}}\mathbf{V}_1^*\mathbf{M}^*\mathbf{M} \mathbf{V}_1 \mathbf{D}^{-\frac{1}{2}}=\mathbf{D}^{-\frac{1}{2}}\mathbf{D}\mathbf{D}^{-\frac{1}{2}} = \mathbf{I_1}, </math> the columns in <math>\mathbf{U}_1</math> are orthonormal and can be extended to an orthonormal basis. This means that we can choose <math>\mathbf{U}_2</math> such that <math>\mathbf{U} = \begin{bmatrix} \mathbf{U}_1 & \mathbf{U}_2 \end{bmatrix}</math> is unitary. For {{tmath|\mathbf V_1}} we already have {{tmath|\mathbf V_2}} to make it unitary. Now, define <math display=block> \mathbf \Sigma = \begin{bmatrix} \begin{bmatrix} \mathbf{D}^\frac{1}{2} & 0 \\ 0 & 0 \end{bmatrix} \\ 0 \end{bmatrix}, </math> where extra zero rows are added '''or removed''' to make the number of zero rows equal the number of columns of {{tmath|\mathbf U_2,}} and hence the overall dimensions of <math>\mathbf \Sigma</math> equal to <math>m\times n</math>. Then <math display=block> \begin{bmatrix} \mathbf{U}_1 & \mathbf{U}_2 \end{bmatrix} \begin{bmatrix} \begin{bmatrix} \mathbf{}D^\frac{1}{2} & 0 \\ 0 & 0 \end{bmatrix} \\ 0 \end{bmatrix} \begin{bmatrix} \mathbf{V}_1 & \mathbf{V}_2 \end{bmatrix}^* = \begin{bmatrix} \mathbf{U}_1 & \mathbf{U}_2 \end{bmatrix} \begin{bmatrix} \mathbf{D}^\frac{1}{2} \mathbf{V}_1^* \\ 0 \end{bmatrix} = \mathbf{U}_1 \mathbf{D}^\frac{1}{2} \mathbf{V}_1^* = \mathbf{M}, </math> which is the desired result: <math display=block> \mathbf{M} = \mathbf{U} \mathbf \Sigma \mathbf{V}^*. </math> Notice the argument could begin with diagonalizing {{tmath|\mathbf M \mathbf M^*}} rather than {{tmath|\mathbf M^* \mathbf M}} (This shows directly that {{tmath|\mathbf M \mathbf M^*}} and {{tmath|\mathbf M^* \mathbf M}} have the same non-zero eigenvalues). === Based on variational characterization === {{anchor|vch}}The singular values can also be characterized as the maxima of {{tmath|\mathbf u^\mathrm{T} \mathbf M \mathbf v,}} considered as a function of {{tmath|\mathbf u}} and {{tmath|\mathbf v,}} over particular subspaces. The singular vectors are the values of {{tmath|\mathbf u}} and {{tmath|\mathbf v}} where these maxima are attained. Let {{tmath|\mathbf M}} denote an {{tmath|m \times n}} matrix with real entries. Let {{tmath|S^{k-1} }} be the unit <math>(k-1)</math>-sphere in <math> \mathbb{R}^k </math>, and define <math>\sigma(\mathbf{u}, \mathbf{v}) = \mathbf{u}^\operatorname{T} \mathbf{M} \mathbf{v},</math> <math>\mathbf{u} \in S^{m-1},</math> <math>\mathbf{v} \in S^{n-1}.</math> Consider the function {{tmath|\sigma}} restricted to {{tmath|S^{m-1} \times S^{n-1}.}} Since both {{tmath|S^{m-1} }} and {{tmath|S^{n-1} }} are [[compact space|compact]] sets, their [[Product topology|product]] is also compact. Furthermore, since {{tmath|\sigma}} is continuous, it attains a largest value for at least one pair of vectors {{tmath|\mathbf u}} in {{tmath|S^{m-1} }} and {{tmath|\mathbf v}} in {{tmath|S^{n-1}.}} This largest value is denoted {{tmath|\sigma_1}} and the corresponding vectors are denoted {{tmath|\mathbf u_1}} and {{tmath|\mathbf v_1.}} Since {{tmath|\sigma_1}} is the largest value of {{tmath|\sigma(\mathbf u, \mathbf v)}} it must be non-negative. If it were negative, changing the sign of either {{tmath|\mathbf u_1}} or {{tmath|\mathbf v_1}} would make it positive and therefore larger. '''Statement.''' {{tmath|\mathbf u_1}} and {{tmath|\mathbf v_1}} are left and right-singular vectors of {{tmath|\mathbf M}} with corresponding singular value {{tmath|\sigma_1.}} '''Proof.''' Similar to the eigenvalues case, by assumption the two vectors satisfy the Lagrange multiplier equation: <math display=block> \nabla \sigma = \nabla \mathbf{u}^\operatorname{T} \mathbf{M} \mathbf{v} - \lambda_1 \cdot \nabla \mathbf{u}^\operatorname{T} \mathbf{u} - \lambda_2 \cdot \nabla \mathbf{v}^\operatorname{T} \mathbf{v} </math> After some algebra, this becomes <math display=block> \begin{align} \mathbf{M} \mathbf{v}_1 &= 2 \lambda_1 \mathbf{u}_1 + 0, \\ \mathbf{M}^\operatorname{T} \mathbf{u}_1 &= 0 + 2 \lambda_2 \mathbf{v}_1. \end{align}</math> Multiplying the first equation from left by {{tmath|\mathbf u_1^\textrm{T} }} and the second equation from left by {{tmath|\mathbf v_1^\textrm{T} }} and taking <math> \| \mathbf u \| = \| \mathbf v \| = 1</math> into account gives <math display=block> \sigma_1 = 2\lambda_1 = 2\lambda_2. </math> Plugging this into the pair of equations above, we have <math display=block>\begin{align} \mathbf{M} \mathbf{v}_1 &= \sigma_1 \mathbf{u}_1, \\ \mathbf{M}^\operatorname{T} \mathbf{u}_1 &= \sigma_1 \mathbf{v}_1. \end{align}</math> This proves the statement. More singular vectors and singular values can be found by maximizing {{tmath|\sigma(\mathbf u, \mathbf v)}} over normalized {{tmath|\mathbf u}} and {{tmath|\mathbf v}} which are orthogonal to {{tmath|\mathbf u_1}} and {{tmath|\mathbf v_1,}} respectively. The passage from real to complex is similar to the eigenvalue case. == Calculating the SVD == === One-sided Jacobi algorithm === One-sided Jacobi algorithm is an iterative algorithm,<ref>{{cite journal|first1=P.P.M. de|last1=Rijk|title=A one-sided Jacobi algorithm for computing the singular value decomposition on a vector computer|journal=SIAM J. Sci. Stat. Comput.|volume=10|pages=359–371|year=1989|issue=2 |doi=10.1137/0910023 }}</ref> where a matrix is iteratively transformed into a matrix with orthogonal columns. The elementary iteration is given as a [[Jacobi rotation]], <math display=block> M\leftarrow MJ(p, q, \theta), </math> where the angle <math>\theta</math> of the Jacobi rotation matrix <math>J(p,q,\theta)</math> is chosen such that after the rotation the columns with numbers <math>p</math> and <math>q</math> become orthogonal. The indices <math>(p,q)</math> are swept cyclically, <math>(p=1\dots m,q=p+1\dots m)</math>, where <math>m</math> is the number of columns. After the algorithm has converged, the singular value decomposition <math>M=USV^T</math> is recovered as follows: the matrix <math>V</math> is the accumulation of Jacobi rotation matrices, the matrix <math>U</math> is given by [[norm_(mathematics)|normalising]] the columns of the transformed matrix <math>M</math>, and the singular values are given as the norms of the columns of the transformed matrix <math>M</math>. === Two-sided Jacobi algorithm === Two-sided Jacobi SVD algorithm—a generalization of the [[Jacobi eigenvalue algorithm]]—is an iterative algorithm where a square matrix is iteratively transformed into a diagonal matrix. If the matrix is not square the [[QR decomposition]] is performed first and then the algorithm is applied to the <math>R</math> matrix. The elementary iteration zeroes a pair of off-diagonal elements by first applying a [[Givens rotation]] to symmetrize the pair of elements and then applying a [[Jacobi transformation]] to zero them, <math display=block> M \leftarrow J^TGMJ </math> where <math>G</math> is the Givens rotation matrix with the angle chosen such that the given pair of off-diagonal elements become equal after the rotation, and where <math>J</math> is the Jacobi transformation matrix that zeroes these off-diagonal elements. The iterations proceeds exactly as in the Jacobi eigenvalue algorithm: by cyclic sweeps over all off-diagonal elements. After the algorithm has converged the resulting diagonal matrix contains the singular values. The matrices <math>U</math> and <math>V</math> are accumulated as follows: <math>U\leftarrow UG^TJ</math>, <math>V\leftarrow VJ</math>. === Numerical approach === The singular value decomposition can be computed using the following observations: * The left-singular vectors of {{tmath|\mathbf M}} are a set of [[orthonormal]] [[eigenvectors]] of {{tmath|\mathbf M \mathbf M^*}}. * The right-singular vectors of {{tmath|\mathbf M}} are a set of orthonormal eigenvectors of {{tmath|\mathbf M^* \mathbf M}}. * The non-zero singular values of {{tmath|\mathbf M}} (found on the diagonal entries of <math>\mathbf \Sigma</math>) are the square roots of the non-zero [[eigenvalues]] of both {{tmath|\mathbf M^* \mathbf M}} and {{tmath|\mathbf M \mathbf M^*}}. The SVD of a matrix {{tmath|\mathbf M}} is typically computed by a two-step procedure. In the first step, the matrix is reduced to a [[bidiagonal matrix]]. This takes [[big O notation|order]] {{tmath|O(mn^2)}} floating-point operations (flop), assuming that {{tmath|m \geq n.}} The second step is to compute the SVD of the bidiagonal matrix. This step can only be done with an [[iterative method]] (as with [[eigenvalue algorithm]]s). However, in practice it suffices to compute the SVD up to a certain precision, like the [[machine epsilon]]. If this precision is considered constant, then the second step takes {{tmath|O(n)}} iterations, each costing {{tmath|O(n)}} flops. Thus, the first step is more expensive, and the overall cost is {{tmath|O(mn^2)}} flops {{harv|Trefethen|Bau III|1997|loc=Lecture 31}}. The first step can be done using [[Householder reflection]]s for a cost of {{tmath|4mn^2 - 4n^3/3}} flops, assuming that only the singular values are needed and not the singular vectors. If {{tmath|m}} is much larger than {{tmath|n}} then it is advantageous to first reduce the matrix {{tmath|\mathbf M}} to a triangular matrix with the [[QR decomposition]] and then use Householder reflections to further reduce the matrix to bidiagonal form; the combined cost is {{tmath|2mn^2 + 2n^3}} flops {{harv|Trefethen|Bau III|1997|loc=Lecture 31}}. The second step can be done by a variant of the [[QR algorithm]] for the computation of eigenvalues, which was first described by {{harvtxt|Golub|Kahan|1965}}. The [[LAPACK]] subroutine DBDSQR<ref>[http://www.netlib.org/lapack/double/dbdsqr.f Netlib.org]</ref> implements this iterative method, with some modifications to cover the case where the singular values are very small {{harv|Demmel|Kahan|1990}}. Together with a first step using Householder reflections and, if appropriate, QR decomposition, this forms the DGESVD<ref>[http://www.netlib.org/lapack/double/dgesvd.f Netlib.org]</ref> routine for the computation of the singular value decomposition. The same algorithm is implemented in the [[GNU Scientific Library]] (GSL). The GSL also offers an alternative method that uses a one-sided [[Jacobi orthogonalization]] in step 2 {{harv|GSL Team|2007}}. This method computes the SVD of the bidiagonal matrix by solving a sequence of {{tmath|2 \times 2}} SVD problems, similar to how the [[Jacobi eigenvalue algorithm]] solves a sequence of {{tmath|2 \times 2}} eigenvalue methods {{harv|Golub|Van Loan|1996|loc=§8.6.3}}. Yet another method for step 2 uses the idea of [[divide-and-conquer eigenvalue algorithm]]s {{harv|Trefethen|Bau III|1997|loc=Lecture 31}}. There is an alternative way that does not explicitly use the eigenvalue decomposition.<ref>[http://www.mathworks.co.kr/matlabcentral/fileexchange/12674-simple-svd mathworks.co.kr/matlabcentral/fileexchange/12674-simple-svd]</ref> Usually the singular value problem of a matrix {{tmath|\mathbf M}} is converted into an equivalent symmetric eigenvalue problem such as {{tmath|\mathbf M \mathbf M^*,}} {{tmath|\mathbf M^* \mathbf M,}} or <math display=block> \begin{bmatrix} \mathbf{0} & \mathbf{M} \\ \mathbf{M}^* & \mathbf{0} \end{bmatrix}. </math> The approaches that use eigenvalue decompositions are based on the [[QR algorithm]], which is well-developed to be stable and fast. Note that the singular values are real and right- and left- singular vectors are not required to form similarity transformations. One can iteratively alternate between the [[QR decomposition]] and the [[LQ decomposition]] to find the real diagonal [[Hermitian matrix|Hermitian matrices]]. The [[QR decomposition]] gives {{tmath|\mathbf M \Rightarrow \mathbf Q \mathbf R}} and the [[LQ decomposition]] of {{tmath|\mathbf R}} gives {{tmath|\mathbf R \Rightarrow \mathbf L \mathbf P^*.}} Thus, at every iteration, we have {{tmath|\mathbf M \Rightarrow \mathbf Q \mathbf L \mathbf P^*,}} update {{tmath|\mathbf M \Leftarrow \mathbf L}} and repeat the orthogonalizations. Eventually,{{clarify|date=April 2021}} this iteration between [[QR decomposition]] and [[LQ decomposition]] produces left- and right- unitary singular matrices. This approach cannot readily be accelerated, as the QR algorithm can with spectral shifts or deflation. This is because the shift method is not easily defined without using similarity transformations. However, this iterative approach is very simple to implement, so is a good choice when speed does not matter. This method also provides insight into how purely orthogonal/unitary transformations can obtain the SVD. === Analytic result of 2 × 2 SVD === The singular values of a {{tmath|2 \times 2}} matrix can be found analytically. Let the matrix be <math>\mathbf{M} = z_0\mathbf{I} + z_1\sigma_1 + z_2\sigma_2 + z_3\sigma_3</math> where <math>z_i \in \mathbb{C}</math> are complex numbers that parameterize the matrix, {{tmath|\mathbf I}} is the identity matrix, and <math>\sigma_i</math> denote the [[Pauli matrices]]. Then its two singular values are given by <math display=block>\begin{align} \sigma_\pm &= \sqrt{|z_0|^2 + |z_1|^2 + |z_2|^2 + |z_3|^2 \pm \sqrt{\bigl(|z_0|^2 + |z_1|^2 + |z_2|^2 + |z_3|^2\bigr)^2 - |z_0^2 - z_1^2 - z_2^2 - z_3^2|^2}} \\ &= \sqrt{|z_0|^2 + |z_1|^2 + |z_2|^2 + |z_3|^2 \pm 2\sqrt{(\operatorname{Re}z_0z_1^*)^2 + (\operatorname{Re}z_0z_2^*)^2 + (\operatorname{Re}z_0z_3^*)^2 + (\operatorname{Im}z_1z_2^*)^2 + (\operatorname{Im}z_2z_3^*)^2 + (\operatorname{Im}z_3z_1^*)^2}} \end{align}</math> ==Reduced SVDs== [[File:Reduced Singular Value Decompositions.svg|thumb|Visualization of Reduced SVD variants. From top to bottom: 1: Full SVD, 2: Thin SVD (remove columns of {{math|'''U'''}} not corresponding to rows of {{math|'''V'''<sup>*</sup>}}), 3: Compact SVD (remove vanishing singular values and corresponding columns/rows in {{math|'''U'''}} and {{math|'''V'''<sup>*</sup>}}), 4: Truncated SVD (keep only largest t singular values and corresponding columns/rows in {{math|'''U'''}} and {{math|'''V'''<sup>*</sup>}})]] In applications it is quite unusual for the full SVD, including a full unitary decomposition of the null-space of the matrix, to be required. Instead, it is often sufficient (as well as faster, and more economical for storage) to compute a reduced version of the SVD. The following can be distinguished for an {{tmath|m \times n}} matrix {{tmath|\mathbf M}} of rank {{tmath|r}}: ===Thin SVD=== The thin, or economy-sized, SVD of a matrix {{tmath|\mathbf M}} is given by<ref> {{cite book | chapter-url = http://www.netlib.org/utk/people/JackDongarra/etemplates/node43.html | contribution = Decompositions | contributor-last = Demmel | contributor-first = James | last1 = Bai | first1 = Zhaojun | last2 = Demmel | first2 = James | last3 = Dongarra | first3 = Jack J. | last4 = Ruhe | first4 = Axel | last5 = van der Vorst | first5 = Henk A. | title = Templates for the Solution of Algebraic Eigenvalue Problems | doi = 10.1137/1.9780898719581 | url = https://www.cs.ucdavis.edu/~bai/ET/contents.html | year = 2000 | isbn = 978-0-89871-471-5 | publisher = Society for Industrial and Applied Mathematics }} </ref> <math display=block> \mathbf{M} = \mathbf{U}_k \mathbf \Sigma_k \mathbf{V}^*_k, </math> where <math>k = \min(m, n),</math> the matrices {{tmath|\mathbf U_k}} and {{tmath|\mathbf V_k}} contain only the first {{tmath|k}} columns of {{tmath|\mathbf U}} and {{tmath|\mathbf V,}} and {{tmath|\mathbf \Sigma_k}} contains only the first {{tmath|k}} singular values from {{tmath|\mathbf \Sigma.}} The matrix {{tmath|\mathbf U_k}} is thus {{tmath|m \times k,}} {{tmath|\mathbf \Sigma_k}} is {{tmath|k \times k}} diagonal, and {{tmath|\mathbf V_k^*}} is {{tmath|k \times n.}} The thin SVD uses significantly less space and computation time if {{tmath|k \ll \max(m, n).}} The first stage in its calculation will usually be a [[QR decomposition]] of {{tmath|\mathbf M,}} which can make for a significantly quicker calculation in this case. ===Compact SVD=== The compact SVD of a matrix {{tmath|\mathbf M}} is given by <math display=block> \mathbf{M} = \mathbf U_r \mathbf \Sigma_r \mathbf V_r^*. </math> Only the {{tmath|r}} column vectors of {{tmath|\mathbf U}} and {{tmath|r}} row vectors of {{tmath|\mathbf V^*}} corresponding to the non-zero singular values {{tmath|\mathbf \Sigma_r}} are calculated. The remaining vectors of {{tmath|\mathbf U}} and {{tmath|\mathbf V^*}} are not calculated. This is quicker and more economical than the thin SVD if {{tmath|r \ll \min(m,n).}} The matrix {{tmath|\mathbf U_r}} is thus {{tmath|m \times r,}} {{tmath|\mathbf \Sigma_r}} is {{tmath|r \times r}} diagonal, and {{tmath|\mathbf V_r^*}} is {{tmath|r \times n.}} ===Truncated SVD=== In many applications the number {{tmath|r}} of the non-zero singular values is large making even the Compact SVD impractical to compute. In such cases, the smallest singular values may need to be truncated to compute only {{tmath|t \ll r}} non-zero singular values. The truncated SVD is no longer an exact decomposition of the original matrix {{tmath|\mathbf M,}} but rather provides the optimal [[#Low-rank matrix approximation|low-rank matrix approximation]] {{tmath|\tilde{\mathbf M} }} by any matrix of a fixed rank {{tmath|t}} <math display=block> \tilde{\mathbf{M}} = \mathbf{U}_t \mathbf \Sigma_t \mathbf{V}_t^*, </math> where matrix {{tmath|\mathbf U_t}} is {{tmath|m \times t,}} {{tmath|\mathbf \Sigma_t}} is {{tmath|t \times t}} diagonal, and {{tmath|\mathbf V_t^*}} is {{tmath|t \times n.}} Only the {{tmath|t}} column vectors of {{tmath|\mathbf U}} and {{tmath|t}} row vectors of {{tmath|\mathbf V^*}} corresponding to the {{tmath|t}} largest singular values {{tmath|\mathbf \Sigma_t}} are calculated. This can be much quicker and more economical than the compact SVD if {{tmath|t \ll r,}} but requires a completely different toolset of numerical solvers. In applications that require an approximation to the [[Moore–Penrose inverse]] of the matrix {{tmath|\mathbf M,}} the smallest singular values of {{tmath|\mathbf M}} are of interest, which are more challenging to compute compared to the largest ones. Truncated SVD is employed in [[latent semantic indexing]].<ref>{{cite journal | last1 = Chicco | first1 = D | last2 = Masseroli | first2 = M | year = 2015 | title = Software suite for gene and protein annotation prediction and similarity search | journal = IEEE/ACM Transactions on Computational Biology and Bioinformatics | volume = 12 | issue = 4 | pages = 837–843 | doi=10.1109/TCBB.2014.2382127 | pmid = 26357324 | hdl = 11311/959408 | s2cid = 14714823 | url = https://doi.org/10.1109/TCBB.2014.2382127 | hdl-access = free }} </ref> ==Norms== === Ky Fan norms === The sum of the {{tmath|k}} largest singular values of {{tmath|\mathbf M}} is a [[matrix norm]], the [[Ky Fan]] {{tmath|k}}-norm of {{tmath|\mathbf M.}}<ref>{{Cite journal|last=Fan|first=Ky.|date=1951|title=Maximum properties and inequalities for the eigenvalues of completely continuous operators|journal=Proceedings of the National Academy of Sciences of the United States of America|volume=37|issue=11|pages=760–766|doi=10.1073/pnas.37.11.760|pmid=16578416|pmc=1063464|bibcode=1951PNAS...37..760F|doi-access=free}}</ref> The first of the Ky Fan norms, the Ky Fan 1-norm, is the same as the [[operator norm]] of {{tmath|\mathbf M}} as a linear operator with respect to the Euclidean norms of {{tmath|K^m}} and {{tmath|K^n.}} In other words, the Ky Fan 1-norm is the operator norm induced by the standard <math>\ell^2</math> Euclidean inner product. For this reason, it is also called the operator 2-norm. One can easily verify the relationship between the Ky Fan 1-norm and singular values. It is true in general, for a bounded operator {{tmath|\mathbf M}} on (possibly infinite-dimensional) Hilbert spaces <math display=block> \| \mathbf M \| = \| \mathbf M^* \mathbf M \|^\frac{1}{2} </math> But, in the matrix case, {{tmath|(\mathbf M^* \mathbf M)^{1/2} }} is a [[normal matrix]], so <math> \|\mathbf M^* \mathbf M\|^{1/2} </math> is the largest eigenvalue of {{tmath|(\mathbf M^* \mathbf M)^{1/2},}} i.e. the largest singular value of {{tmath|\mathbf M.}} The last of the Ky Fan norms, the sum of all singular values, is the [[trace class|trace norm]] (also known as the 'nuclear norm'), defined by <math>\| \mathbf M \| = \operatorname{Tr}(\mathbf M^* \mathbf M)^{1/2}</math> (the eigenvalues of {{tmath|\mathbf M^* \mathbf M}} are the squares of the singular values). === Hilbert–Schmidt norm{{Anchor|Hilbert–Schmidt norm|Hilbert-Schmidt norm|Hilbert–Schmidt|Hilbert-Schmidt}} === The singular values are related to another norm on the space of operators. Consider the [[Hilbert–Schmidt operator|Hilbert–Schmidt]] inner product on the {{tmath|n \times n}} matrices, defined by <math display=block> \langle \mathbf{M}, \mathbf{N} \rangle = \operatorname{tr} \left( \mathbf{N}^*\mathbf{M} \right). </math> So the induced norm is <math display=block> \| \mathbf{M} \| = \sqrt{\langle \mathbf{M}, \mathbf{M} \rangle} = \sqrt{\operatorname{tr} \left( \mathbf{M}^*\mathbf{M} \right)}. </math> Since the trace is invariant under unitary equivalence, this shows <math display=block> \| \mathbf{M} \| = \sqrt{\vphantom\bigg|\sum_i \sigma_i ^2} </math> where {{tmath|\sigma_i}} are the singular values of {{tmath|\mathbf M.}} This is called the '''[[Frobenius norm]]''', '''Schatten 2-norm''', or '''Hilbert–Schmidt norm''' of {{tmath|\mathbf M.}} Direct calculation shows that the Frobenius norm of {{tmath|\mathbf M {{=}} (m_{ij})}} coincides with: <math display=block> \sqrt{\vphantom\bigg|\sum_{ij} | m_{ij} |^2}. </math> In addition, the Frobenius norm and the trace norm (the nuclear norm) are special cases of the [[Schatten norm]]. == Variations and generalizations == === Scale-invariant SVD === The singular values of a matrix {{tmath|\mathbf A}} are uniquely defined and are invariant with respect to left and/or right unitary transformations of {{tmath|\mathbf A.}} In other words, the singular values of {{tmath|\mathbf U \mathbf A \mathbf V,}} for unitary matrices {{tmath|\mathbf U}} and {{tmath|\mathbf V,}} are equal to the singular values of {{tmath|\mathbf A.}} This is an important property for applications in which it is necessary to preserve Euclidean distances and invariance with respect to rotations. The Scale-Invariant SVD, or SI-SVD,<ref>{{citation|last=Uhlmann |first=Jeffrey |author-link=Jeffrey Uhlmann |title=A Generalized Matrix Inverse that is Consistent with Respect to Diagonal Transformations |series=SIAM Journal on Matrix Analysis |year=2018 |volume=239 |issue=2 |pages=781–800 |url=http://faculty.missouri.edu/uhlmannj/UC-SIMAX-Final.pdf |url-status=dead |archive-url=https://web.archive.org/web/20190617095052id_/http://faculty.missouri.edu/uhlmannj/UC-SIMAX-Final.pdf |archive-date= 2019-06-17}}</ref> is analogous to the conventional SVD except that its uniquely-determined singular values are invariant with respect to diagonal transformations of {{tmath|\mathbf A.}} In other words, the singular values of {{tmath|\mathbf D \mathbf A \mathbf E,}} for invertible diagonal matrices {{tmath|\mathbf D}} and {{tmath|\mathbf E,}} are equal to the singular values of {{tmath|\mathbf A.}} This is an important property for applications for which invariance to the choice of units on variables (e.g., metric versus imperial units) is needed. === Bounded operators on Hilbert spaces === The factorization {{tmath|\mathbf M {{=}} \mathbf U \mathbf \Sigma \mathbf V^*}} can be extended to a [[bounded operator]] {{tmath|\mathbf M}} on a separable Hilbert space {{tmath|H.}} Namely, for any bounded operator {{tmath|\mathbf M,}} there exist a [[partial isometry]] {{tmath|\mathbf U,}} a unitary {{tmath|\mathbf V,}} a measure space {{tmath|(X, \mu),}} and a non-negative measurable {{tmath|f}} such that <math display=block> \mathbf{M} = \mathbf{U} T_f \mathbf{V}^* </math> where {{tmath|T_f}} is the [[multiplication operator|multiplication by {{tmath|f}}]] on {{tmath|L^2(X, \mu).}} This can be shown by mimicking the linear algebraic argument for the matrix case above. {{tmath|\mathbf V T_f \mathbf V^*}} is the unique positive square root of {{tmath|\mathbf M^* \mathbf M,}} as given by the [[Borel functional calculus]] for [[self-adjoint operator]]s. The reason why {{tmath|\mathbf U}} need not be unitary is that, unlike the finite-dimensional case, given an isometry {{tmath|U_1}} with nontrivial kernel, a suitable {{tmath|U_2}} may not be found such that <math display=block> \begin{bmatrix} U_1 \\ U_2 \end{bmatrix} </math> is a unitary operator. As for matrices, the singular value factorization is equivalent to the [[polar decomposition]] for operators: we can simply write <math display=block> \mathbf M = \mathbf U \mathbf V^* \cdot \mathbf V T_f \mathbf V^* </math> and notice that {{tmath|\mathbf U \mathbf V^*}} is still a partial isometry while {{tmath|\mathbf V T_f \mathbf V^*}} is positive. === Singular values and compact operators === The notion of singular values and left/right-singular vectors can be extended to [[compact operator on Hilbert space]] as they have a discrete spectrum. If {{tmath|T}} is compact, every non-zero {{tmath|\lambda}} in its spectrum is an eigenvalue. Furthermore, a compact self-adjoint operator can be diagonalized by its eigenvectors. If {{tmath|\mathbf M}} is compact, so is {{tmath|\mathbf M^* \mathbf M}}. Applying the diagonalization result, the unitary image of its positive square root {{tmath|T_f}} has a set of orthonormal eigenvectors {{tmath| \{e_i\} }} corresponding to strictly positive eigenvalues {{tmath| \{\sigma_i\} }}. For any {{tmath|\psi}} in {{tmath|H,}} <math display=block> \mathbf{M} \psi = \mathbf{U} T_f \mathbf{V}^* \psi = \sum_i \left \langle \mathbf{U} T_f \mathbf{V}^* \psi, \mathbf{U} e_i \right \rangle \mathbf{U} e_i = \sum_i \sigma_i \left \langle \psi, \mathbf{V} e_i \right \rangle \mathbf{U} e_i, </math> where the series converges in the norm topology on {{tmath|H.}} Notice how this resembles the expression from the finite-dimensional case. {{tmath|\sigma_i}} are called the singular values of {{tmath|\mathbf M.}} {{tmath|\{\mathbf U e_i\} }} (resp. {{tmath|\{\mathbf U e_i\} }}) can be considered the left-singular (resp. right-singular) vectors of {{tmath|\mathbf M.}} Compact operators on a Hilbert space are the closure of [[finite-rank operator]]s in the uniform operator topology. The above series expression gives an explicit such representation. An immediate consequence of this is: :'''Theorem.''' {{tmath|\mathbf M}} is compact if and only if {{tmath|\mathbf M^* \mathbf M}} is compact. ==History== The singular value decomposition was originally developed by [[differential geometry|differential geometers]], who wished to determine whether a real [[bilinear form]] could be made equal to another by independent orthogonal transformations of the two spaces it acts on. [[Eugenio Beltrami]] and [[Camille Jordan]] discovered independently, in 1873 and 1874 respectively, that the singular values of the bilinear forms, represented as a matrix, form a [[Complete set of invariants|complete set]] of [[invariant (mathematics)|invariant]]s for bilinear forms under orthogonal substitutions. [[James Joseph Sylvester]] also arrived at the singular value decomposition for real square matrices in 1889, apparently independently of both Beltrami and Jordan. Sylvester called the singular values the ''canonical multipliers'' of the matrix {{tmath|\mathbf A.}} The fourth mathematician to discover the singular value decomposition independently is [[Léon Autonne|Autonne]] in 1915, who arrived at it via the [[polar decomposition]]. The first proof of the singular value decomposition for rectangular and complex matrices seems to be by [[Carl Eckart]] and [[Gale J. Young]] in 1936;<ref>{{Cite journal |last1=Eckart |first1=C.|author-link1=Carl Eckart |last2=Young |first2=G. |year=1936 |title=The approximation of one matrix by another of lower rank |journal=[[Psychometrika]] |volume=1 |issue=3 |pages=211–8 |doi=10.1007/BF02288367 |s2cid=10163399}}</ref> they saw it as a generalization of the [[Principal axis theorem|principal axis]] transformation for [[Hermitian matrix|Hermitian matrices]]. In 1907, [[Erhard Schmidt]] defined an analog of singular values for [[integral operator]]s (which are compact, under some weak technical assumptions); it seems he was unaware of the parallel work on singular values of finite matrices. This theory was further developed by [[Émile Picard]] in 1910, who is the first to call the numbers <math>\sigma_k</math> ''singular values'' (or in French, ''valeurs singulières''). Practical methods for computing the SVD date back to [[Ervand Kogbetliantz|Kogbetliantz]] in 1954–1955 and [[Magnus Hestenes|Hestenes]] in 1958,<ref>{{Cite journal |first=M. R. |last=Hestenes |author-link=Magnus Hestenes |title=Inversion of Matrices by Biorthogonalization and Related Results |journal=Journal of the Society for Industrial and Applied Mathematics |year=1958 |volume=6 |issue=1 |pages=51–90 |doi=10.1137/0106005 |mr=0092215 | jstor = 2098862 }}</ref> resembling closely the [[Jacobi eigenvalue algorithm]], which uses plane rotations or [[Givens rotation]]s. However, these were replaced by the method of [[Gene H. Golub|Gene Golub]] and [[William Kahan]] published in 1965,<ref>{{harv|Golub|Kahan|1965}}</ref> which uses [[Householder transformation]]s or reflections. In 1970, Golub and [[Christian Reinsch]]<ref>{{Cite journal |title=Singular value decomposition and least squares solutions |first1=G. H. |last1=Golub |author-link1=Gene H. Golub |first2=C. |last2=Reinsch|author2-link=Christian Reinsch |year=1970 |journal=Numerische Mathematik |volume=14 |issue=5 |pages=403–420 |doi=10.1007/BF02163027 |mr=1553974 |s2cid=123532178 }}</ref> published a variant of the Golub/Kahan algorithm that is still the one most-used today. ==See also== {{columns-list|colwidth=22em| *[[Autoencoder]] *[[Canonical correlation]] *[[Canonical form]] *[[Correspondence analysis]] (CA) *[[Curse of dimensionality]] *[[Digital signal processing]] *[[Dimensionality reduction]] *[[Eigendecomposition of a matrix]] *[[Empirical orthogonal functions]] (EOFs) *[[Fourier analysis]] *[[Generalized singular value decomposition]] *[[Singular value#Inequalities about singular values|Inequalities about singular values]] *[[K-SVD]] *[[Latent semantic analysis]] *[[Latent semantic indexing]] *[[Linear least squares (mathematics)|Linear least squares]] *[[List of Fourier-related transforms]] *[[Locality-sensitive hashing]] *[[Low-rank approximation]] *[[Matrix decomposition]] *[[Multilinear principal component analysis]] (MPCA) *[[Nearest neighbor search]] *[[Non-linear iterative partial least squares]] *[[Polar decomposition]] *[[Principal component analysis]] (PCA) *[[Schmidt decomposition]] *[[Smith normal form]] *[[Singular value]] *[[Time series]] *[[Two-dimensional singular-value decomposition]] (2DSVD) *[[von Neumann's trace inequality]] *[[Wavelet compression]] }} ==Notes== {{Reflist}} ==References== * {{Citation | last1 = Banerjee | first1 = Sudipto | last2 = Roy | first2 = Anindya | date = 2014 | title = Linear Algebra and Matrix Analysis for Statistics | series = Texts in Statistical Science | publisher = Chapman and Hall/CRC | edition = 1st | isbn = 978-1420095388}} * {{Cite book | last1=Bisgard | first1 = James | year = 2021 | title = Analysis and Linear Algebra: The Singular Value Decomposition and Applications | series = Student Mathematical Library | publisher = AMS | edition = 1st | isbn = 978-1-4704-6332-8}} * {{cite journal | last1 = Chicco | first1 = D | last2 = Masseroli | first2 = M | year = 2015 | title = Software suite for gene and protein annotation prediction and similarity search | journal = IEEE/ACM Transactions on Computational Biology and Bioinformatics | volume = 12 | issue = 4 | pages = 837–843 | doi=10.1109/TCBB.2014.2382127 | pmid = 26357324 | hdl = 11311/959408 | s2cid = 14714823 | url = https://doi.org/10.1109/TCBB.2014.2382127 | hdl-access = free }} * {{Cite book | last2=Bau III | first2=David | last1=Trefethen | first1=Lloyd N. | author1-link = Lloyd N. Trefethen | title=Numerical linear algebra | publisher=Society for Industrial and Applied Mathematics | location=Philadelphia | isbn=978-0-89871-361-9 | year=1997 }} * {{Cite journal | last1=Demmel | first1=James | author1-link = James Demmel | last2=Kahan | first2=William | author2-link=William Kahan | title=Accurate singular values of bidiagonal matrices | doi=10.1137/0911052 | year=1990 | journal= SIAM Journal on Scientific and Statistical Computing| volume=11 | issue=5 | pages=873–912 | citeseerx=10.1.1.48.3740 }} * {{Cite journal | last1=Golub | first1=Gene H. | author1-link=Gene H. Golub | last2=Kahan | first2=William | author2-link=William Kahan | title=Calculating the singular values and pseudo-inverse of a matrix | jstor=2949777 | year=1965 | journal=Journal of the Society for Industrial and Applied Mathematics, Series B: Numerical Analysis | volume=2 | issue=2 | pages=205–224 | doi=10.1137/0702016 | bibcode=1965SJNA....2..205G }} * {{Cite book | last1=Golub | first1=Gene H. | author1-link=Gene H. Golub | last2=Van Loan | first2=Charles F. | author2-link=Charles F. Van Loan | title=Matrix Computations | publisher=Johns Hopkins | edition=3rd | isbn=978-0-8018-5414-9 | year=1996 }} * {{Cite book | last1=GSL Team | title=GNU Scientific Library. Reference Manual | year=2007 | chapter=§14.4 Singular Value Decomposition | chapter-url=https://www.gnu.org/software/gsl/manual/html_node/Singular-Value-Decomposition.html }} * Halldor, Bjornsson and Venegas, Silvia A. (1997). [http://brunnur.vedur.is/pub/halldor/TEXT/eofsvd.html "A manual for EOF and SVD analyses of climate data"]. McGill University, CCGCR Report No. 97-1, Montréal, Québec, 52pp. * {{Cite journal | doi = 10.1007/BF01937276 | last1 = Hansen | first1 = P. C. | year = 1987 | title = The truncated SVD as a method for regularization | journal = BIT | volume = 27 | issue = 4 | pages = 534–553 | s2cid = 37591557 }} *{{cite book |author1=Horn, Roger A. |author2=Johnson, Charles R. |title=Matrix Analysis |publisher=Cambridge University Press |year=1985 |isbn=978-0-521-38632-6 |chapter=Section 7.3 }} *{{cite book |author1=Horn, Roger A. |author2=Johnson, Charles R. |title=Topics in Matrix Analysis |chapter-url=https://archive.org/details/topicsinmatrixan0000horn |chapter-url-access=registration |publisher=Cambridge University Press |year=1991 |isbn=978-0-521-46713-1 |chapter=Chapter 3 }} *{{cite book |author=Samet, H. |title=Foundations of Multidimensional and Metric Data Structures |publisher=Morgan Kaufmann |year=2006 |isbn=978-0-12-369446-1 |url-access=registration |url=https://archive.org/details/foundationsofmul00same }} *{{cite book |author=Strang G. |title=Introduction to Linear Algebra |publisher=Wellesley-Cambridge Press |year=1998 |isbn=978-0-9614088-5-5 |edition=3rd |chapter=Section 6.7 }} * {{Cite journal | last1=Stewart | first1=G. W. | title=On the Early History of the Singular Value Decomposition | url=https://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.23.1831 | doi=10.1137/1035134 | jstor=2132388|year=1993 | journal=SIAM Review | volume=35 | issue=4 | pages=551–566 | citeseerx=10.1.1.23.1831 | hdl=1903/566 }} *{{cite book |last1=Wall|first1 = Michael E.|first2 = Andreas|last2 = Rechtsteiner|first3 = Luis M.|last3 = Rocha | author3-link = Luis M. Rocha | chapter=Singular value decomposition and principal component analysis |chapter-url=http://public.lanl.gov/mewall/kluwer2002.html |editor1=D.P. Berrar |editor2=W. Dubitzky |editor3=M. Granzow |title=A Practical Approach to Microarray Data Analysis |publisher=Kluwer |location=Norwell, MA |year=2003 |pages=91–109 }} *{{Citation|last1=Press|first1=WH|last2=Teukolsky|first2=SA|last3=Vetterling|first3=WT|last4=Flannery|first4=BP|year=2007|title=Numerical Recipes: The Art of Scientific Computing|edition=3rd|publisher=Cambridge University Press| location=New York|isbn=978-0-521-88068-8|chapter=Section 2.6|chapter-url=http://apps.nrbook.com/empanel/index.html?pg=65}} == External links == * [http://engineerjs.com/doc/ejs/engine/linalg-1/_svd.html Online SVD calculator] {{Numerical linear algebra}} {{Functional Analysis}} {{SpectralTheory}} {{DEFAULTSORT:Singular Value Decomposition}} [[Category:Singular value decomposition| ]] [[Category:Linear algebra]] [[Category:Numerical linear algebra]] [[Category:Matrix theory]] [[Category:Matrix decompositions]] [[Category:Functional analysis]]
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)
Pages transcluded onto the current version of this page
(
help
)
:
Template:Anchor
(
edit
)
Template:CS1 config
(
edit
)
Template:Citation
(
edit
)
Template:Citation needed
(
edit
)
Template:Cite arXiv
(
edit
)
Template:Cite book
(
edit
)
Template:Cite journal
(
edit
)
Template:Cite report
(
edit
)
Template:Clarify
(
edit
)
Template:Columns-list
(
edit
)
Template:Functional Analysis
(
edit
)
Template:Harv
(
edit
)
Template:Harvnb
(
edit
)
Template:Harvtxt
(
edit
)
Template:Math
(
edit
)
Template:Nobr
(
edit
)
Template:Numerical linear algebra
(
edit
)
Template:Reflist
(
edit
)
Template:Short description
(
edit
)
Template:SpectralTheory
(
edit
)
Template:Tmath
(
edit
)
Template:Ubli
(
edit
)
Template:Use dmy dates
(
edit
)