eigenvalues - determining the three major eigenvalues from a matrix
이전 댓글 표시
Is there a code or program I can download which will determine the three main eigenvalues,; t1 t2 and t3 of a matrix as I really am not sure how to go about this?
채택된 답변
추가 답변 (2개)
Jan
2013년 7월 10일
0 개 추천
Is your matrix large and sparse, then use eigs. Otherwise eig is sufficient. Both are builtin functions.
카테고리
도움말 센터 및 File Exchange에서 Linear Algebra에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!