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
Alex Taylor 2012 年 4 月 18 日

1 投票

Check out the documentation for the eig function.
doc eig

1 件のコメント

Matt J
Matt J 2012 年 10 月 5 日
Or EIGS, since only 1 eigenvector is needed.

サインインしてコメントする。

カテゴリ

ヘルプ センター および File ExchangeLinear Algebra についてさらに検索

質問済み:

2012 年 4 月 18 日

Community Treasure Hunt

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

Start Hunting!

Translated by