Community Profile

photo

Samhitha Vadlamani


Aktiv seit 2016

Followers: 0   Following: 0

Statistiken

  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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

mehr als 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


[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

mehr als 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


[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]=...

mehr als 7 Jahre vor | 2 Antworten | 0

2

Antworten

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

mehr als 7 Jahre vor | 0