simultaneous diagonalization of two matrices

6 vues (au cours des 30 derniers jours)
Samhitha Vadlamani
Samhitha Vadlamani le 18 Oct 2016
Réponse apportée : Matt J le 18 Oct 2016
How is simultaneous diagonalization performed on two matrices ( say A and B ) using matlab ?

Réponses (1)

Matt J
Matt J le 18 Oct 2016
If A and B are the same size
out = bsxfun(@times, cat(3,A,B), eye(size(A)) );

Catégories

En savoir plus sur Animation 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