Community Profile

photo

Samhitha Vadlamani


Actif depuis 2016

Statistiques

  • First Answer

Afficher les badges

Content Feed

Afficher par

Question


simultaneous diagonalization of two matrices
How is simultaneous diagonalization performed on two matrices ( say A and B ) using matlab ?

plus de 7 ans il y a | 1 réponse | 0

1

réponse

Question


[V,e]=eig(A,A+B) ?
if [V,e]=eig(A,A+B) , can V^T*A*V=e and V^T*(A+B)*V=I be true ? V^T - being transpose of V

plus de 7 ans il y a | 1 réponse | 0

1

réponse

Question


[V,D]=eig(S1,S2) ?
question reframed : I am performing CSP and while simultaneous diagonalization of two classes , I came across the syntax [V,D]=...

plus de 7 ans il y a | 2 réponses | 0

2

réponses

A répondu
[V,D]=eig(S1,S2) ?
I am extremely sorry Sir . I will reframe my question . There were so many variables that I got confused.

plus de 7 ans il y a | 0