Solve a matrix equation

2 views (last 30 days)
Indrani
Indrani on 15 Feb 2024
Commented: Indrani on 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!

Accepted Answer

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

More Answers (0)

Categories

Find more on Mathematics in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!