Power Method to find dominant eigenvalue

버전 1.0.02 (1.32 KB) 작성자: Dr. Manotosh Mandal
Matlab codes for Power Method to find dominant eigenvalue and the corresponding eigenvector.
다운로드 수: 1.4K
업데이트 2022/1/22

라이선스 보기

Determination of eigenvalues by power method:
Let be a real symmetric matrix and be a real n component vector. Let .
Now
Then is an approximate largest eigenvalues of A and if where ϵ is the given error of tolerance and the corresponding eigenvector is .Otherwise continue the process.
For details of the method and also coding watch the lecture: https://youtu.be/rOxgnicTRaA
Example:
A =
1 3 -1
3 2 4
-1 4 10
Enter the tolerance of error 0.001
The greatest eigenvalue is 11.66225
The corresponding eigenvector is:
0.02490
0.42174
1.00000>>

인용 양식

Dr. Manotosh Mandal (2026). Power Method to find dominant eigenvalue (https://kr.mathworks.com/matlabcentral/fileexchange/72587-power-method-to-find-dominant-eigenvalue), MATLAB Central File Exchange. 검색 날짜: .

MATLAB 릴리스 호환 정보
개발 환경: R2019a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Eigenvalues & Eigenvectors에 대해 자세히 알아보기
버전 게시됨 릴리스 정보
1.0.02

For details of the method and also coding watch the lecture: https://youtu.be/rOxgnicTRaA

1.0.01

New and easy version

1.0.0