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

조회 수: 268 (최근 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
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 CenterFile Exchange에서 Linear Algebra에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by