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

조회 수: 1 (최근 30일)
Samhitha Vadlamani
Samhitha Vadlamani 2016년 10월 17일
편집: Matt J 2016년 10월 18일
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
Samhitha Vadlamani
Samhitha Vadlamani 2016년 10월 17일
Sir, but eig(A,A+B) is a MATLAB syntax
KSSV
KSSV 2016년 10월 17일
Why worry? As you have MATLAB in hand, pick two matrices A,B and check it your self.

댓글을 달려면 로그인하십시오.

답변 (1개)

Matt J
Matt J 2016년 10월 18일
편집: Matt J 2016년 10월 18일
If A and B are symmetric and either A or B is a multiple of eye(N), it will be true.

카테고리

Help CenterFile Exchange에서 Resizing and Reshaping Matrices에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by