Solve the eigenvalue foe two matrix
Ältere Kommentare anzeigen
[V,D]=eig[K,M],if the K and M matrix is the symoblic matrix, there is one variable in matrix, how to solve this problem.
Thanks!
Antworten (1)
Walter Roberson
am 10 Nov. 2011
0 Stimmen
What is your notation intended to convey ? Is it intended to convey that you have two symbolic matrices whose eigenvalues and eigenvectors are the same and you wish to solve for the value of the symbolic variable that gives that property?
If so then I would suggest using eig() on each of the symbolic matrices, and then solve() for the set of eigenvalues to be the same (remember, the order is not fixed), perhaps following up by cross-checking that the set of eigenvectors is the same.
1 Kommentar
Xianjie
am 10 Nov. 2011
Kategorien
Mehr zu Eigenvalues and Eigenvectors finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!