x = V T Σ -1 U T y
( the diagonal matrix Σ may also be represented by a vector and visa versa )
( although
Although for general matrices A B != B A, it is true for vector x represented as a diagonal matrix that x U == U T x; if you prefer not to believe that.
For example, use the following derivation :consider x U Σ = ( x, y V), U = ( a, b ; c, d ):
x U = y V Σ -1( x, y ) ( a, b ; c, d )
= ( xa+yc, xb+yd )
= ( ax+cy, bx+dy )
= ( a, c; b, d ) ( x; y V Σ -1)
= U T
( I'll check this x
It's fairly obvious when you look at the values in x U being the morning as I've been to a party dot products of x and aren't quite sober ) the columns of U, and the values in UTx being the dot products of the x and the rows of UT, and the relation of rows and columns in transposition
