|
|
Re: Does this matrix function have real eigenvalues?
Posted:
Aug 1, 2012 3:43 AM
|
|
On Jul 31, 6:14 pm, Paul <paulvonhip...@yahoo.com> wrote: > Thank you. Two further questions, if I may: > (1) How do the eigenvalues and eigenvectors of G relate to those of > I-G = inv(W) * B ?
evals(I-G) = 1 - evals(G)
evecs(I-G) = evecs(G)
> (2) On page 114 of http://tinyurl.com/foerstner
http://www.uni-stuttgart.de/gi/research/schriftenreihe/quo_vadis/pdf/foerstner.pdf
> the authors seem to assert that the eigenvalues of inv(W) * B > are non-negative if W and B are positive semidefinite. > Do you agree with the assertion?
Yes.
|
|