This site was for the Fall 2020 semester and is not maintained. For the latest content, please visit the course website for this semester.
Review Questions for Singular Value Decompositions
For a matrix \({\bf A}\) with SVD decomposition \({\bf A} = {\bf U \Sigma V}^T\), what are the columns of \({\bf U}\) and how can we find them? What are the columns of \({\bf V}\) and how can we find them? What are the entries of \({\bf \Sigma}\) and how can we find them?
What special properties are true of \({\bf U}\), \({\bf V}\) and \({\bf \Sigma}\)?
What are the shapes of \({\bf U}\), \({\bf V}\) and \({\bf \Sigma}\) in the full SVD of an \(m \times n\) matrix?
What are the shapes of \({\bf U}\), \({\bf V}\) and \({\bf \Sigma}\) in the reduced SVD of an \(m \times n\) matrix?
What is the cost of computing the SVD?
Given an already computed SVD of a matrix \({\bf A}\), what is the cost of using the SVD to solve a linear system \({\bf A}\bf{x} = \bf{b}\)? How would you use the SVD to solve this system?
How do you use the SVD to compute a low-rank approximation of a matrix? For a small matrix, you should be able to compute a given low rank approximation (i.e. rank-one, rank-two).
Given the SVD of a matrix \({\bf A}\), what is the SVD of \({\bf A}^+\) (the psuedoinverse of \({\bf A}\))?
Given the SVD of a matrix \({\bf A}\), what is the 2-norm of the matrix? What is the 2-norm condition number of the matrix?