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!

 採用された回答

Torsten
Torsten 2024 年 2 月 15 日
移動済み: Torsten 2024 年 2 月 15 日

0 投票

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

1 件のコメント

Indrani
Indrani 2024 年 2 月 15 日
Thank you!

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeMathematics についてさらに検索

質問済み:

2024 年 2 月 15 日

コメント済み:

2024 年 2 月 15 日

Community Treasure Hunt

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

Start Hunting!

Translated by