how to Obtain the algebraic and geometric multiplicity of each eigenvalue of any square matrix
175 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Akzeptierte Antwort
Sindar
am 16 Feb. 2020
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 Kommentare
Matt J
am 16 Feb. 2020
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,
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Linear Algebra finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!