The first step in one question has me creating a random square matrix A with singular values given as $2^{-1}, 2^{-2}\dots 2^{-n}$.
There is no other information about what assumptions can be made with this matrix, but I can probably make some just to get this done. I was considering using singular value decomposition, but I do not know how to create U and V from just the singular values without knowing the vectors. As you can tell, my Linear Algebra background is very weak! Any help is appreciated.
Your degenerate $U$ as follows:
a) Generate randomly the first vector and normalize it by $||u_1||=1$
b) Generate the second vector and clear it from $u_1$. Normalize afterwards. etc.