Question

PLease urgent help me.(Singular Value Decomposition-MATLAB)

THE SVD THEOREM Develop a one line MATLAB command to compute Σ-1 that only uses the function d i a g.

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

Answer:)

We know that \mathbf{\tilde{\Sigma}} is a diagonal matrix, with all non-zero entries being the norm of the eigenvalues of the matrix \mathbf{A}. Let these diagonal values be denoted be \lambda_i, where none of these are zero in value.

Then, we can denote the \mathbf{\tilde{\Sigma}} matrix as given in the question, with \mathbf{{\Sigma}} being a block matrix containing all the \lambda_i on it's main diagonal.

Now, the inverse for \mathbf{\tilde{\Sigma}} , denoted by \mathbf{\tilde{\Sigma}}^{-1} , is just the matrix with the diagonal values inverse, that is 000- -10 0

This, in MATLAB is given by the following:

  • Define an array of the \Sigma values as values = [lambda_1, lambda_2, lambda_3, ... , lambda_N]
  • Then the required inverse is diag(values.^(-1),N,N), where N is the number of such diagonal values which are non-zero.
Add a comment
Know the answer?
Add Answer to:
PLease urgent help me.(Singular Value Decomposition-MATLAB) THE SVD THEOREM Develop a one line MATLAB command to comput...
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