Significance of Singular Values

This matlab code is intended to demonstrate the interpretation of the singular values
761 Downloads
Updated 26 Sep 2010

View License

This program is made by Md. Iftekhar Tanveer (go2chayan@gmail.com)

This matlab code is intended to demonstrate the physical significance/interpretation of the elements of diagonal matrix in Singular Value Decomposition (SVD).

Here, multiple rows of a BIG matrix is gradually being filled with 'ones' which means the information content is being reduced. Now, the eigenvalues and their 1st and 2nd derivatives are plotted.

From the plot is can be seen that the number of eigenvalues with high values have a strong relationship with information content in the matrix.

This measurement is accurate even when the matrix is non-singular. The stability of this measurement can be checked by incorporating some noise as done in 'option 1' of the code.

Cite As

Iftekhar Tanveer (2024). Significance of Singular Values (https://www.mathworks.com/matlabcentral/fileexchange/28835-significance-of-singular-values), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2009a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Linear Algebra in Help Center and MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.0.0.0