How to calculate eigen values and eigen vectors of a square matrix without using eig() function?
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
I want to calculate eigen value and corresponding vector without using inbuilt function eig(). Please tell me algoritm for this.
1 comentario
Walter Roberson
el 13 de Ag. de 2012
What is the reason for avoiding eig() ? So that people do not answer with something that has the same difficulty you are facing with eig() ?
At present your question sounds as if you are required to implement eigenvalue and eigenvector finding for a homework assignment; if that is the case, then the answer would be quite different than if you were (for example) having problems with running out of memory with eig()
Respuestas (2)
Richard Brown
el 13 de Ag. de 2012
"Please tell me algoritm for this."
- Power Method
- Inverse/Shifted Inverse Power Method
- QR Algorithm
- Jacobi Algorithm
etc.
0 comentarios
Ver también
Categorías
Más información sobre Linear Algebra 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!