Demon117
- 162
- 1
Homework Statement
Suppose A is an m x n matrix and B is the n x m matrix obtained by rotating A ninety degrees clockwise on paper (not exactly a standard mathematical transformation!). Do A and B have the same singular values? Prove the answer is yes or give a counterexample.
The Attempt at a Solution
I have not been able to come up with a counterexample, so I am assuming the answer is yes. But I do not know how to prove that. What properties of Singular Values are there that deal with operations on matrices, like transposing and row-swapping, etc.?
EDIT: Example-
A = \left(\begin{array}{cc} -1 & 2 \\3 & 1 \\ 2 & -1 \end{array}\right)
B = \left(\begin{array}{ccc} 2 & 3 & -1 \\-1 & 1 & 2 \end{array}\right)
It follows that A^{T}A = BB^{T}, so naturally the eigenvalues would be the same for these. Furthermore, the singular values of A and B would have to be the same as well. This is a good idea of what I am trying to prove but I cannot think of how this would be proved in the general case for m x n and n x m matrices A & B...
Last edited: