Borrar filtros
Borrar filtros

Solve a matrix equation

2 visualizaciones (últimos 30 días)
Indrani
Indrani el 15 de Feb. de 2024
Comentada: Indrani el 15 de Feb. de 2024
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
D = eig(A)
will give you the values for D for which
det(A-DI)=0

Más respuestas (0)

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by