Extra-diagonal modifications of eigenvalues
(This program is just a particular case of the more genereal program "Trajectories of eigenvalues".)
(the comments in the program are in italian, i'm sorry)
The program take as input the matrix A and an integer T. T define the accuracy of the plot. The program decompose A as A=D+E where D is the diagonal matrix of the diagonal entries of A, and E is the matrix of extradiagonal elements of A.
The program plot the aigenvalues of the matrices D+tE with t=n/T (n=0,1,2,...,T).
Cite As
Emanuele Natale (2026). Extra-diagonal modifications of eigenvalues (https://www.mathworks.com/matlabcentral/fileexchange/30303-extra-diagonal-modifications-of-eigenvalues), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Platform Compatibility
Windows macOS LinuxCategories
- MATLAB > Mathematics > Linear Algebra >
Tags
Acknowledgements
Inspired: Trajectories of eigenvalues
Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
