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

1 view (last 30 days)
Samhitha Vadlamani
Samhitha Vadlamani on 17 Oct 2016
Edited: Matt J on 18 Oct 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 Comments
Samhitha Vadlamani
Samhitha Vadlamani on 17 Oct 2016
Sir, but eig(A,A+B) is a MATLAB syntax
KSSV
KSSV on 17 Oct 2016
Why worry? As you have MATLAB in hand, pick two matrices A,B and check it your self.

Sign in to comment.

Answers (1)

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

Categories

Find more on Resizing and Reshaping Matrices in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!