Smooth singular value decomp. of a real matrix function
Version 1.0.1 (6.03 KB) by
Alessandro Pugliese
Numerical computation of a smooth signed singular value decomposition of an n-by-n real matrix valued function of one real parameter
This function numerically computes the continuous (signed) SVD of an n-by-n real matrix-valued function FUN of one real parameter. The singular vector matrices are orthogonal; the singular values are arranged in decreasing order and are assumed to be distinct for all values of the parameter. Singular values are allowed to become negative. It is possible to continue a subset of the singular values and singular vectors.
A typical call to realSvdCont is:
[Tout,Uout,Sout,Vout,flag]=realSvdCont(FUN,tspan,params)
See the script example_realSvdCont.m for an example of how to use the function.
The command "help realSvdCont" displays information and functionality of the software.
Please cite the references below if you use this software.
Authors: Alessandra Papini and Alessandro Pugliese
Cite As
L. Dieci, A. Pugliese, "Singular Values of Two-Parameter Matrices: An Algorithm To Accurately Find Their Intersections", Mathematics and Computers in Simulation, Vol. 79, Iss. 4, pp. 1255-1269, 2008. https://doi.org/10.1016/j.matcom.2008.03.012
L. Dieci, M.G. Gasparo, A. Papini, A. Pugliese, "Locating Coalescing Singular Values of Large Two-Parameter Matrices", Mathematics and Computers in Simulation, Vol. 81, Iss. 5, pp. 996-1005, 2011. https://doi.org/10.1016/j.matcom.2010.10.005
MATLAB Release Compatibility
Created with
R2023b
Compatible with any release
Platform Compatibility
Windows macOS LinuxTags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
