Solve a matrix equation

2 Ansichten (letzte 30 Tage)
Indrani
Indrani am 15 Feb. 2024
Kommentiert: Indrani am 15 Feb. 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!

Akzeptierte Antwort

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

Weitere Antworten (0)

Kategorien

Mehr zu Mathematics finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by