I've read in my textbook that the right singular vector $v_i$ is actually the eigenvector of $A^TA$ with eigenvalue $\sigma_i^2$, and the left one $u_i$ is the eigenvector of $AA^T$.So I guess if A is symmetric, I'll get $A = VDV^T$, but I found a negative instance with $$\left[ \begin{matrix} 1&3\\ 3&1 \end{matrix}\right] $$ $$ \left[ \begin{matrix} 1&3\\ 3&1 \end{matrix}\right] = \left[ \begin{matrix} -0.7071&-0.7071\\ -0.7071&0.7071 \end{matrix}\right] \left[ \begin{matrix} 4&0\\ 0&2 \end{matrix}\right] \left[ \begin{matrix} -0.7071&0.7071\\ -0.7071&-0.7071 \end{matrix}\right] $$ I got this result by Matlab. But it doesn't have $U = V$, $i.e. \space S=VDV^T$ I have no idea about why it happens. Or here the matrix $A$ must be positive semi definite? Or the forms of SVD have many versions? And notice that the matrix I am discussing is special here since their singular values are distinct. I think maybe I lost some condition to make the statement true, please help me find it out!
2026-03-26 17:29:46.1774546186
when singular value decomposition is equal to eigenvalue decomposition
2.3k Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in EIGENVALUES-EIGENVECTORS
- Stability of system of parameters $\kappa, \lambda$ when there is a zero eigenvalue
- Stability of stationary point $O(0,0)$ when eigenvalues are zero
- Show that this matrix is positive definite
- Is $A$ satisfying ${A^2} = - I$ similar to $\left[ {\begin{smallmatrix} 0&I \\ { - I}&0 \end{smallmatrix}} \right]$?
- Determining a $4\times4$ matrix knowing $3$ of its $4$ eigenvectors and eigenvalues
- Question on designing a state observer for discrete time system
- Evaluating a cubic at a matrix only knowing only the eigenvalues
- Eigenvalues of $A=vv^T$
- A minimal eigenvalue inequality for Positive Definite Matrix
- Construct real matrix for given complex eigenvalues and given complex eigenvectors where algebraic multiplicity < geometric multiplicity
Related Questions in SINGULAR-VALUES
- Singular Values of a rectangular matrix
- Connection between singular values, condition and well-posedness
- Does the product of singular values of a rectangular matrix have a simple expression?
- Clarification on the SVD of a complex matrix
- Intuitive explanation of the singular values
- What are the characteristics that we can use to identify polynomials that have singular points?
- Zolotarev number and commuting matrices
- Spectral norm of block and square matrices
- Why is the Schmidt decomposition of an operator not unique?
- Smallest singular value of full column rank matrix
Trending Questions
- Induction on the number of equations
- How to convince a math teacher of this simple and obvious fact?
- Find $E[XY|Y+Z=1 ]$
- Refuting the Anti-Cantor Cranks
- What are imaginary numbers?
- Determine the adjoint of $\tilde Q(x)$ for $\tilde Q(x)u:=(Qu)(x)$ where $Q:U→L^2(Ω,ℝ^d$ is a Hilbert-Schmidt operator and $U$ is a Hilbert space
- Why does this innovative method of subtraction from a third grader always work?
- How do we know that the number $1$ is not equal to the number $-1$?
- What are the Implications of having VΩ as a model for a theory?
- Defining a Galois Field based on primitive element versus polynomial?
- Can't find the relationship between two columns of numbers. Please Help
- Is computer science a branch of mathematics?
- Is there a bijection of $\mathbb{R}^n$ with itself such that the forward map is connected but the inverse is not?
- Identification of a quadrilateral as a trapezoid, rectangle, or square
- Generator of inertia group in function field extension
Popular # Hahtags
second-order-logic
numerical-methods
puzzle
logic
probability
number-theory
winding-number
real-analysis
integration
calculus
complex-analysis
sequences-and-series
proof-writing
set-theory
functions
homotopy-theory
elementary-number-theory
ordinary-differential-equations
circles
derivatives
game-theory
definite-integrals
elementary-set-theory
limits
multivariable-calculus
geometry
algebraic-number-theory
proof-verification
partial-derivative
algebra-precalculus
Popular Questions
- What is the integral of 1/x?
- How many squares actually ARE in this picture? Is this a trick question with no right answer?
- Is a matrix multiplied with its transpose something special?
- What is the difference between independent and mutually exclusive events?
- Visually stunning math concepts which are easy to explain
- taylor series of $\ln(1+x)$?
- How to tell if a set of vectors spans a space?
- Calculus question taking derivative to find horizontal tangent line
- How to determine if a function is one-to-one?
- Determine if vectors are linearly independent
- What does it mean to have a determinant equal to zero?
- Is this Batman equation for real?
- How to find perpendicular vector to another vector?
- How to find mean and median from histogram
- How many sides does a circle have?
If $A$ is symmetric with an orthonormal eigendecomposition $A=U\Lambda U^T$, then an SVD of $A$ is $A=U\Sigma V^T,$ where $\sigma_j=|\lambda_j|$ and $v_j=\text{sign}(\lambda_j) u_j$, where $\text{sign}(0)=1.$ You can verify that this satisfies the definition of the SVD given as follows:
Let $A$ be $m\times n$, with $m\geq n.$ Then, we can write $A=U\Sigma V^T,$ where $U$ is $m\times n$ and satisfies $U^TU=I,$ $V$ is $n\times n$ and satisfies $V^TV=VV^T=I$ and $\Sigma=\text{diag} (\sigma_j)$, where $\sigma_1\geq\cdots\geq\sigma_n\geq 0.$
Note that this is, actually, not a definition, but a theorem (that such a decomposition exists).