What is the fastest way to compute the first eigenvector?
16 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Shojiro SHIBAYAMA
el 10 de Jun. de 2019
Comentada: gonzalo Mier
el 3 de Abr. de 2020
I'd like to know a way to compute the first eigenvector (the eigenvector with the largest eigenvalue) of a matrix A. Now I am using eig function.
[V, D] = eig(A);
However, this computes all eigenvectors of A, resulting in slow computation.
Does anyone know if there is a fastest way to compute the eigenvector? Thank you in advance.
0 comentarios
Respuesta aceptada
gonzalo Mier
el 10 de Jun. de 2019
Read about eigs
4 comentarios
Shojiro SHIBAYAMA
el 10 de Feb. de 2020
Editada: Shojiro SHIBAYAMA
el 10 de Feb. de 2020
Más respuestas (0)
Ver también
Categorías
Más información sobre Linear Algebra en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!