- #1
pyroknife
- 613
- 4
Homework Statement
Prove $$||UA||_2 = ||AU||_2$$ where ##U## is a n-by-n unitary matrix and A is a n-by-m unitary matrix.
Homework Equations
For any matrix A, ##||A||_2 = \rho(A^*A)^.5##, ##\rho## is the spectral radius (maximum eigenvalue)
where ##A^*## presents the complex conjugate of A.
U is unitary, which means ##U^* = U^{-1}##
The Attempt at a Solution
##||UA||_2 = \rho(A^* U^* UA)^.5 = \rho(A^* A)^.5##
##||AU||_2 = \rho(U^* A^* AU)^.5##
This is really as far as I got. I know that I must prove how to equate these 2 expressions. But the second expression is giving me some trouble, and nothing jumps out as me as to how to get this into the form of the 1st expression.