Borrar filtros
Borrar filtros

Computational cost of function eig

9 visualizaciones (últimos 30 días)
Viviana Arrigoni
Viviana Arrigoni el 12 de Dic. de 2016
Comentada: Walter Roberson el 12 de Dic. de 2016
I am wondering what is the computational cost (using asymptotic notation) of function eig in MatLab r2016, and what algorithm is used to compute the diagonal matrix and the change of basis matrix. In this discussion http://it.mathworks.com/matlabcentral/answers/10335-computational-complexity-of-eig-and-pinv it says it is something around O(n^3), or maybe something less, but why? Thank you in advance
  3 comentarios
Walter Roberson
Walter Roberson el 12 de Dic. de 2016
It depends on the properties of the matrix whose eigenvalues are being taken.
Viviana Arrigoni
Viviana Arrigoni el 12 de Dic. de 2016
What if the matrix is symmetric?

Iniciar sesión para comentar.

Respuestas (1)

Walter Roberson
Walter Roberson el 12 de Dic. de 2016
https://en.m.wikipedia.org/wiki/Eigenvalue_algorithm
  1 comentario
Walter Roberson
Walter Roberson el 12 de Dic. de 2016
You should probably assume that for sufficiently large arrays that MATLAB invokes one of the below routines:

Iniciar sesión para comentar.

Categorías

Más información sobre Creating and Concatenating Matrices en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by