Community Profile

photo

Samhitha Vadlamani


Active since 2016

Followers: 0   Following: 0

Statistics

  • First Answer

View badges

Feeds

View by

Question


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

7 years ago | 1 answer | 0

1

answer

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

7 years ago | 1 answer | 0

1

answer

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

7 years ago | 2 answers | 0

2

answers

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

7 years ago | 0