Table of Contents ▸ List of Commands ▸ Matrix Computation ▸ meigen | ◀ invert | mproj ▶ |
meigen
Arguments:
- m>=1
Description:
Compute an approximation of the m largest eigenvalues and eigenvectors of selected symmetric matrices,using the Arnoldi iteration method (https://en.wikipedia.org/wiki/Arnoldi_iteration).
A larger m goes with better numerical precision.
Example of use:
(1,0,0;0,2,0;0,0,3) +meigen 3