Exercise 1.8.5

Answers

Suppose we have A = UΣV T where U,V are square orthogonal matrices, V T = V 1 and UT = U1, so we have AT = V ΣUT, the matrix AT has the same singular values as A but with right singular matrix U and left singular matrix V instead. So we have ||A|| = ||AT|| for all matrices because ||A|| = ||UΣV T|| = ||Σ||

This is not true that ||Ax|| = ||ATx|| for all vectors, because ||Ax||2 = xTATAx = xTV Σ2V Tx while ||ATx||2 = xTAATx = xTUΣ2UTx.

User profile picture
2020-03-20 00:00
Comments