[V,e]=eig(A,A+B) ?

1 Ansicht (letzte 30 Tage)
Samhitha Vadlamani
Samhitha Vadlamani am 17 Okt. 2016
Bearbeitet: Matt J am 18 Okt. 2016
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
  3 Kommentare
Samhitha Vadlamani
Samhitha Vadlamani am 17 Okt. 2016
Sir, but eig(A,A+B) is a MATLAB syntax
KSSV
KSSV am 17 Okt. 2016
Why worry? As you have MATLAB in hand, pick two matrices A,B and check it your self.

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Matt J
Matt J am 18 Okt. 2016
Bearbeitet: Matt J am 18 Okt. 2016
If A and B are symmetric and either A or B is a multiple of eye(N), it will be true.

Kategorien

Mehr zu Resizing and Reshaping Matrices finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by