show/hide this revision's text 4 added 88 characters in body

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

show/hide this revision's text 3 added 279 characters in body

The SVD of matrix A gives you orthogonal matrices U and V and diagonal matrix Σ such that

A = U Σ V T

where U UT = I ; V VT = I

Hence, if

x A = y

then

x U Σ V T = y

x U Σ V T V = y V

x U Σ = y V

U T x U Σ = U Ty V

x U T U Σ = U T y V

x Σ = Σ -1 U T y V

So given SVD of A you can get x.

( the diagonal matrix Σ may also be represented by a vector and visa versa )

( 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, use the following derivation :

x U Σ = y V

x U = y V Σ -1

x = y V Σ -1 U T )

( I'll check this in the morning as I've been to a party and aren't quite sober )

    Post Undeleted by Pete Kirkham
    Post Deleted by Pete Kirkham
show/hide this revision's text 2 added 5 characters in body
show/hide this revision's text 1