Question

Find the singular value decomposition of A = [ (3 2 2), (2 3 2) ]...

Find the singular value decomposition of A = [ (3 2 2), (2 3 2) ] and determine the angle of rotation induced by U and V . Also, write the rank 1 decomposition of A in terms of the columns of U and rows of V . Can we do dimensionality reduction in this case?

how to find angle of rotation induced by U and V?

please provide the detailed process for above.

0 0
Add a comment Improve this question Transcribed image text
Answer #1

A=USVT

U and V are orthogonal matrix while S is a diagonal matrix.

AAT =\begin{bmatrix} 3 & 2 & 2\\ 2& 3 & 2 \end{bmatrix}   \begin{bmatrix} 3 & 2 \\ 2 & 3 \\ 2 & 2 \end{bmatrix} =\begin{bmatrix} 17 & 16 \\ 16 & 17 \end{bmatrix}   

det(AAT - kI )= 0

\begin{vmatrix} 17-k&16 \\ 16& 17-k \end{vmatrix}=0

(17-k)2 - 162 =0 i.e   289 + k2 -34k -256 =0

k2 -34k +33 =0

simplifying this we get k=33 and k=1

so singular values are sqrt(33) and 1

eigen vector for 33 =\begin{bmatrix} 1\\ 1 \end{bmatrix} after normalization1/sqrt(2) [1/(sqrt(2))=u1

and for 1 =-1 1 after normalization1/sqrt(2) (-1/(sqrt(2))=u2

S=\begin{bmatrix} sqrt33 & 0\\ 0& 1 \end{bmatrix}=5.74 0 0 1

U=1/sqrt(2) 1/sqrt(2) 1/ sqrt(2) -1/(sqrt(2))

A=USVT

\begin{bmatrix} 3 &2&2 \\ 2&3&3 \end{bmatrix}=1/sqrt(2) 1/sqrt(2) 1/ sqrt(2) -1/(sqrt(2))5.74 0 0 1 VT= \begin{bmatrix} 4.06&0.707 \\ 4.06&-0.707 \end{bmatrix} VT

VT is of order 2x3

VT=\begin{bmatrix} 0.615&0.615 \\ -0.707&0.707\\ 0.348&0.348 \end{bmatrix}

V=\begin{bmatrix} 0.615&-0.707&0.348 \\ 0.615&0.707&0.348 \end{bmatrix}

No the dimensionality reduction is not possible as A is not a diagonal matrix

Add a comment
Know the answer?
Add Answer to:
Find the singular value decomposition of A = [ (3 2 2), (2 3 2) ]...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT