A Solver for the Rightmost Eigenvalues
This is a MATLAB software package for reliable computation of a few eigenvalues of largest real part (rightmost) of a large sparse matrix A or a matrix pencil (A,B). It is based on the exponential transformation A --> exp(h*inv(B)*A) (h > 0), which maps the rightmost eigenvalues of A to the dominant (largest in modulus) eigenvalues of exp(h*inv(B)*A). The matrix exponential itself is not formed explicitly; instead, only its action on vectors is needed to invoke MATLAB's eigs. The input matrix (pencil) should have vast majority of eigenvalues of negative real part, and may have a small number of eigenvalues of relatively small positive real part. More details can be found in readme.txt and the main MATLAB file expm_LR_eigs.m
Zitieren als
Fei Xue (2025). A Solver for the Rightmost Eigenvalues (https://de.mathworks.com/matlabcentral/fileexchange/67267-a-solver-for-the-rightmost-eigenvalues), MATLAB Central File Exchange. Abgerufen.
Kompatibilität der MATLAB-Version
Plattform-Kompatibilität
Windows macOS LinuxKategorien
Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Live Editor erkunden
Erstellen Sie Skripte mit Code, Ausgabe und formatiertem Text in einem einzigen ausführbaren Dokument.
expLReigs/
| Version | Veröffentlicht | Versionshinweise | |
|---|---|---|---|
| 1.0.0.0 |
