Multiple eigen-values for 2x2 and 3x3 matrices

Compute in one shot the eigen-values of multiples (3 x 3) matrices using Cardan's formula

Vous suivez désormais cette soumission

Note that this function do not return EIGEN VECTORS.

This function is faster than looping on EIG when eigenvalues must be computed for a large number of matrices. The test shows it can speed up by 10 times

Citation pour cette source

Bruno Luong (2026). Multiple eigen-values for 2x2 and 3x3 matrices (https://fr.mathworks.com/matlabcentral/fileexchange/27680-multiple-eigen-values-for-2x2-and-3x3-matrices), MATLAB Central File Exchange. Extrait(e) le .

Catégories

En savoir plus sur Linear Algebra dans Help Center et MATLAB Answers

Informations générales

Compatibilité avec les versions de MATLAB

  • Compatible avec toutes les versions

Plateformes compatibles

  • Windows
  • macOS
  • Linux
Version Publié le Notes de version Action
2.1.0.0

Eigen vectors can be now computed.
For dimension 3 it requires https://www.mathworks.com/matlabcentral/fileexchange/68976-multipleqr

1.3.0.0

Extend for 2x2 matrices

1.2.0.0

Extend to complex matrices as well

1.1.0.0

Speed improvement

1.0.0.0