photo

Samhitha Vadlamani


Actif depuis 2016

Followers: 0   Following: 0

Statistiques

MATLAB Answers

3 Questions
1 Réponse

RANG
181 421
of 301 200

RÉPUTATION
0

CONTRIBUTIONS
3 Questions
1 Réponse

ACCEPTATION DE VOS RÉPONSES
0.0%

VOTES REÇUS
0

RANG
 of 21 190

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 173 339

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • First Answer

Afficher les badges

Feeds

Afficher par

Question


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

plus de 9 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 9 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 9 ans il y a | 2 réponses | 0

2

réponses

Réponse apportée
[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 9 ans il y a | 0