Singular Value Decomposition Flashcards
How does A, a square matrix, decompose with the help of eigenvalues?
A = XVX^(-1)
Where A is the matrix to be decomposed,
V (usually lambda) is a diagonal matrix whose elements are the eigenvalues of A,
And X is a matrix whose columns are the eigenvectors of A
What are the singular values of A?
The singular value oi = sqrt(Li), 1 =< i =< r
Where L i is the ith eigenvalue of AtA, and r is the rank of the matrix (and therefore the number of non-zero eigenvalues)
How do we generalise our idea of eigenvalues (Ax = Lx) for singular values?
We demand that Aqi = oiq^i
Where qi is a column of Q, where the columns of Q are the eigenvectors of AtA, and q^i becomes an orthogonal set of vectors
if state = (going to fail): don’t
you’re welcome
How is AQ = Q^E formed?
A is the original matrix
Q is composed of the eigenvectors
Q^ is formed from the column vectors q^
E is of size m x n, and is entirely zero apart from containing oi along the first section of the leading diagonal, where oi are the singular values (roots of the eigenvalues)
What is the singular decomposition of A?
A = Q^EQt