Relationship between eig(A,B) and eig(A)

4 ビュー (過去 30 日間)
Ahmed Anas
Ahmed Anas 2021 年 7 月 20 日
編集済み: Ahmed Anas 2021 年 7 月 20 日
Lets say we have two matrices
A=[1 2 3;4 5 6;7 8 9];
B=[1 0 0;0 3 0;0 0 0];
It should be noted that matrix B will always be singular.
Now i want to perform the generalized eigen value analysis i.e Av=Bvd
i.e [EigenVectors,EigenValues]=eig(A,B)
Now what i want is that there should be single matrix from matrix A and B lets say matrix D so that [EigenVectos,EigenValues]=eig(D) must be
equal to [EigenVectors,EigenValues]=eig(A,B).
Now the issue is how this D matrix will be calculated from matrix A and B.
Thank you in advance

回答 (0 件)

カテゴリ

Help Center および File ExchangeMatrix Indexing についてさらに検索

タグ

製品

Community Treasure Hunt

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

Start Hunting!

Translated by