Eigen values Form : A*[phi] = beta*B*[phi]
Mostrar comentarios más antiguos
Hi, I'm trying to find the eigen values and vectors of a two matrix system. Where A and B are two matrix that I have, beta is a constant (my eigen value that I'm searching) and [phi] is a vector (my eigen vector that I'm searching). I obtain the following equation : A*[phi] = beta*B*[phi] How do I, with matlab, find my eigen values and vectors? I'm not sure how to use the eig function. Thanks
2 comentarios
John D'Errico
el 11 de Dic. de 2017
Did you read the help for eig? Does it allow more than one argument?
Raphaël
el 11 de Dic. de 2017
Respuesta aceptada
Más respuestas (0)
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!