Smooth eigendecomposition of real symmetric matrix function

버전 1.0.1 (6.1 KB) 작성자: Alessandro Pugliese
Numerical computation of a smooth eigendecomposition of an n-by-n real symmetric matrix valued function of one real parameter
다운로드 수: 11
업데이트 날짜: 2025/4/30

라이선스 보기

This function numerically computes the smooth eigendecomposition of an n-by-n real symmetric matrix-valued function FUN of one real parameter. The eigenvector matrices are orthogonal; the eigenvalues are real, arranged in decreasing order, and are assumed to be distinct for all values of the parameter. It is possible to continue a subset of the eigenvalues and eigenvectors.
A typical call to realSymmEigCont is:
[Tout,Uout,Dout,flag]=realSymmEigCont(FUN,tspan,params)
See the script example_realSymmEigCont.m for an example of how to use the function.
The command help realSymmEigCont displays information and functionality of the software.
Please cite the references below if you use this software.
Authors: Alessandra Papini and Alessandro Pugliese

인용 양식

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, A. Papini, A. Pugliese, "Coalescing points for eigenvalues of banded matrices depending on parameters with application to banded random matrix functions", Numer. Algorithms, Vol. 80, pp. 1241-1266, 2019. https://doi.org/10.1007/s11075-018-0525-z

MATLAB 릴리스 호환 정보
개발 환경: R2023b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.0.1

Fixed typos

1.0.0