Community Profile

photo

Samhitha Vadlamani


Attivo dal 2016

Followers: 0   Following: 0

Statistiche

  • First Answer

Visualizza badge

Feeds

Visto da

Domanda


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

oltre 7 anni fa | 1 risposta | 0

1

risposta

Domanda


[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

oltre 7 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 7 anni fa | 2 risposte | 0

2

risposte

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

oltre 7 anni fa | 0