[V,e]=eig(A,A+B) ?
Mostrar comentarios más antiguos
if [V,e]=eig(A,A+B) , can V^T*A*V=e and V^T*(A+B)*V=I be true ? V^T - being transpose of V
3 comentarios
John D'Errico
el 17 de Oct. de 2016
Not a MATLAB question, ask it on a site about mathematics.
Samhitha Vadlamani
el 17 de Oct. de 2016
KSSV
el 17 de Oct. de 2016
Why worry? As you have MATLAB in hand, pick two matrices A,B and check it your self.
Respuestas (1)
If A and B are symmetric and either A or B is a multiple of eye(N), it will be true.
Categorías
Más información sobre Linear Algebra en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!