How to calculate eigen values and eigen vectors of a square matrix without using eig() function?

조회 수: 3 (최근 30일)
I want to calculate eigen value and corresponding vector without using inbuilt function eig(). Please tell me algoritm for this.
  댓글 수: 1
Walter Roberson
Walter Roberson 2012년 8월 13일
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()

댓글을 달려면 로그인하십시오.

답변 (2개)

Richard Brown
Richard Brown 2012년 8월 13일
"Please tell me algoritm for this."
  • Power Method
  • Inverse/Shifted Inverse Power Method
  • QR Algorithm
  • Jacobi Algorithm
etc.

Sean de Wolski
Sean de Wolski 2012년 8월 13일

카테고리

Help CenterFile Exchange에서 Linear Algebra에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by