Solve a matrix equation

3 次查看(过去 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

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Linear Algebra 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by