What are the singular values of a matrix multiplied by the identity matrix?

azdang
Messages
80
Reaction score
0

Homework Statement


Let A be a real mxn matrix, m>=n, with singular values \sigmaj.Show that the singular values of (\stackrel{I_{n}}{A}) are equal to \sqrt{1+\sigma_j^2}.


Homework Equations





The Attempt at a Solution


I know that an SVD for A is A = U(\stackrel{\Sigma}{0})v^T and so, the singular values of A are \sigma_j. I have no idea how to break this down. I assume I want to look at an SVD for (\stackrel{I_n}{A}), but I don't know how to figure out that the singular values would be \sqrt{1+\sigma_j^2}. Does anyone have any ideas? Thanks so much.
 
Last edited by a moderator:
Physics news on Phys.org
Also, sorry, I'm having a hard time figuring out how to have it typeset correctly to show you guys what's going on.
 
Don't use the html tags and inside LaTex. Use _ for subscripts and ^ for superscripts.
 
Oh wow, thank you so much. It looks great.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top