diagonalizing a matrix and putting eigenvectors in orde
3 views (last 30 days)
Show older comments
I want to diagonal a matrix and ask MATLAB to put the smallest eigenvalue first and the corresponding eigenvector in first column of Unitary matrix. If I use eig the MATLAB does it automatically but if I use sym of my matrix and then diagonalizing the matrix, MATLAB puts the biggest one ( not the smallest eigenvalue and eigenvector), how can I do that? thanks
1 Comment
Answers (0)
See Also
Categories
Find more on Linear Algebra in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!