What is the largest singular value of the diagonal matrix [[3, 0], [0, 4]]?
Answer: ______________
The diagonal matrix with rows (3, 0) and (0, 4) has singular values 3 and 4. Type the largest one.
Answer: ______________
What does the largest singular value tell you about the map?
Rows (3, 4) and (0, 0) give A transpose times A with eigenvalues 25 and 0. Type the largest singular value.
Answer: ______________
A matrix has singular values 6, 2, 0. What is its rank?
Why must the eigenvalues of A transpose times A be nonnegative?
A matrix has singular values 5, 2, and 0. What is its rank?
A = [[3, 4], [0, 0]]. What is its largest singular value?
Answer: ______________
You compress a matrix by keeping only its top singular value and direction. What did you build?
A matrix has singular values 3 and 4. What is the sum of squares of all its entries?
Answer: ______________