how to Obtain the algebraic and geometric multiplicity of each eigenvalue of any square matrix

206 ビュー (過去 30 日間)
この 質問 は Matt J さんによってフラグが設定されました
Matlab code

採用された回答

Sindar
Sindar 2020 年 2 月 16 日
eig(A) gives you the eigenvalues. You can count occurrences for algebraic multiplicity. Geometric seems more complicated, but I found this guide by googling your title: https://people.math.carleton.ca/~kcheung/math/notes/MATH1107/wk10/10_algebraic_and_geometric_multiplicities.html
  3 件のコメント
John D'Errico
John D'Errico 2020 年 2 月 16 日
+1. The perfect response to a blanket request for code.
Matt J
Matt J 2020 年 2 月 16 日
I want matlab code to show me how. ... or example
As with all Matlab commands, you will find that the documentation for the eig command has numerous examples,

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeLinear Algebra についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by