Hi,
I have to find the value of D from the following matrix equation? I know the values of matrix A. I is a unity matrix.
det(A-DI)=0;
Thanks in advance!

 Respuesta aceptada

Torsten
Torsten el 15 de Feb. de 2024
Movida: Torsten el 15 de Feb. de 2024

0 votos

D = eig(A)
will give you the values for D for which
det(A-DI)=0

Más respuestas (0)

Categorías

Más información sobre Mathematics en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 15 de Feb. de 2024

Comentada:

el 15 de Feb. de 2024

Community Treasure Hunt

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

Start Hunting!

Translated by