Solve a matrix equation

2 vues (au cours des 30 derniers jours)
Indrani
Indrani le 15 Fév 2024
Commenté : Indrani le 15 Fév 2024
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!

Réponse acceptée

Torsten
Torsten le 15 Fév 2024
Déplacé(e) : Torsten le 15 Fév 2024
D = eig(A)
will give you the values for D for which
det(A-DI)=0
  1 commentaire
Indrani
Indrani le 15 Fév 2024
Thank you!

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Mathematics dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by