Solve the eigenvalue foe two matrix

조회 수: 3 (최근 30일)
Xianjie
Xianjie 2011년 11월 10일
[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!

답변 (1개)

Walter Roberson
Walter Roberson 2011년 11월 10일
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
Xianjie
Xianjie 2011년 11월 10일
this is a dynamic problem for vibration. two symbolic matrices whose eigenvalues and eigenvectors are not the same.
I only want to know the eeigenvector for these two matrix.
Thank you for your concern.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Eigenvalues and Eigenvectors에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by