Singular Value Decomposition Flashcards

1
Q

How does A, a square matrix, decompose with the help of eigenvalues?

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What are the singular values of A?

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 well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

How do we generalise our idea of eigenvalues (Ax = Lx) for singular values?

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q
if state = (going to fail):
	don’t
A
you’re welcome
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

How is AQ = Q^E formed?

A

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)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is the singular decomposition of A?

A

A = Q^EQt

How well did you know this?
1
Not at all
2
3
4
5
Perfectly