Repeated Eigenvalues/Decoupled Systems
- From: "Erik Swanson" <eriksearch1@xxxxxxxxxxx>
- Date: Tue, 14 Feb 2006 16:37:43 -0500
I am computing the eigenvalues and eigenvectors for a mechanical
system that degenerates to multiple, unconnected systems under some
conditions. When it decouples, I get repeated eigenvalues at the
expected frequencies. However, I'm having problems figuring out how
to get the eigenvectors to decouple.
If I take the eigenvectors returned by [V,D]=eig(sys), for the
degenerate modes, they involve contributions from both subsystems
(probably not too surprising).
If I compute the eigenvectors using null as in
Vn = null(sys - Dn*eye(size(sys)),'r')
they decouple nicely - at least so far.
It seems like there should be an reasonable way to work with the
eigenvectors from eig, and the known structure of the system to get a
decoupled set. Any suggestions?
Thanks, Erik
.
- Follow-Ups:
- Re: Repeated Eigenvalues/Decoupled Systems
- From: Greg von Winckel
- Re: Repeated Eigenvalues/Decoupled Systems
- Prev by Date: Re: Optimisation in Matlab
- Next by Date: Re: delete a line from a plot (should be easy)
- Previous by thread: bug? with transpose
- Next by thread: Re: Repeated Eigenvalues/Decoupled Systems
- Index(es):
Relevant Pages
|