Borrar filtros
Borrar filtros

关于polyeig函​数为什么polyei​g(A,0,B)与p​olyeig(A,B​)输出的结果不一样

3 visualizaciones (últimos 30 días)
定毅
定毅 el 1 de Mzo. de 2023
Comentada: 定毅 el 23 de Abr. de 2023
why polyeig(A,0,B) not euqal to polyeig(A,B)

Respuesta aceptada

Abhijeet
Abhijeet el 9 de Mzo. de 2023
Hi 定毅,
The command polyeig(A, 0, B) computes the eigenvalues of the matrix polynomial A - lambda*B evaluated at lambda=0. This is equivalent to computing the eigenvalues of the matrix A multiplied by the inverse of B.
The command polyeig(A, B) computes the eigenvalues of the matrix polynomial A - lambda*B.
The reason is that evaluating the matrix polynomial at different values of lambda can lead to very different results.
Thanks
  1 comentario
定毅
定毅 el 23 de Abr. de 2023
I'm currently working on vibration, thank you for helping me solve this problem

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Operating on Diagonal Matrices en Help Center y File Exchange.

Etiquetas

Productos

Community Treasure Hunt

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

Start Hunting!