Solve a matrix equation

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!

 Risposta accettata

Torsten
Torsten il 15 Feb 2024
Spostato: Torsten il 15 Feb 2024
D = eig(A)
will give you the values for D for which
det(A-DI)=0

Più risposte (0)

Categorie

Scopri di più su Mathematics in Centro assistenza e File Exchange

Richiesto:

il 15 Feb 2024

Commentato:

il 15 Feb 2024

Community Treasure Hunt

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

Start Hunting!

Translated by