Solve a matrix equation

2 ビュー (過去 30 日間)
Indrani
Indrani 2024 年 2 月 15 日
コメント済み: Indrani 2024 年 2 月 15 日
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 日
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 件)

カテゴリ

Help Center および File ExchangeMathematics についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by