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

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Mathematics에 대해 자세히 알아보기

질문:

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