Computing eigenvector of eigensystem
이전 댓글 표시
Hi everyone, I'm very new here and I began to use matlab yersterday. I'm looking to solve a simple system : Q v = lambda v | Q is a matrix
then, I have to get v1 (the leading eigenvector)
However, I don't know how to modelize this system in Matlab. I'm trying it by using the function : eigenvalue, but I don't know if it's right or not.
If someone can help me :).
답변 (1개)
Alex Taylor
2012년 4월 18일
Check out the documentation for the eig function.
doc eig
댓글 수: 1
Matt J
2012년 10월 5일
Or EIGS, since only 1 eigenvector is needed.
카테고리
도움말 센터 및 File Exchange에서 Linear Algebra에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!