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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Mathematics에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by